UNPKG

use-m

Version:

use-m: dynamically import any JavaScript module

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