nodejs/test/fixtures/exports-function-with-param.js

2 lines
51 B
JavaScript
Raw Normal View History

2022-08-16 11:12:47 +08:00
module.exports = function foo(arg) { return arg; }