UNPKG

use-m

Version:

use-m: dynamically import any JavaScript module

4 lines 119 B
module.exports = { testCjs: () => "Hello from test.cjs (no exports)", data: "This is test.cjs data (no exports)" };