UNPKG

use-m

Version:

use-m: dynamically import any JavaScript module

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