Belphemur/node-json-db

Deno compatibility

Opened this issue · 1 comments

Please, make it compatible with Deno (Node JS competitor) http://deno.land/

You can use npm modules in a Deno project:

import { Config, JsonDB } from 'npm:node-json-db';

(You probably will need to run Deno to "download" the module)