node-json-db icon indicating copy to clipboard operation
node-json-db copied to clipboard

Deno compatibility

Open salemalem opened this issue 4 years ago • 1 comments

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

salemalem avatar Aug 03 '21 16:08 salemalem

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)

AlanVncs avatar Jan 26 '24 05:01 AlanVncs