UNPKG

use-m

Version:

use-m: dynamically import any JavaScript module

2 lines 132 B
export const testMjs = () => "Hello from test.mjs (limited exports)"; export const data = "This is test.mjs data (limited exports)";