Files
Kmake/test/fixtures/exports-function-with-param.js

2 lines
51 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
module.exports = function foo(arg) { return arg; }