UNPKG

use-m

Version:

use-m: dynamically import any JavaScript module

11 lines 231 B
{ "name": "library-with-exports", "version": "1.0.0", "type": "module", "exports": { "./test.js": "./test.js", "./test.cjs": "./test.cjs", "./test.mjs": "./test.mjs", "./package.json": "./package.json" } }