UNPKG

runnable-exports

Version:
8 lines (5 loc) 168 B
const runnableExports = require('../../src/index.js'); module.exports.test = (objectArg, ...arrayArgs) => { console.log(objectArg, arrayArgs); }; runnableExports();