UNPKG

use-m

Version:

use-m: dynamically import any JavaScript module

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