Initial commit
This commit is contained in:
3
node_modules/magicli/tests/test-modules/function-simple-concat/lib/index.js
generated
vendored
Normal file
3
node_modules/magicli/tests/test-modules/function-simple-concat/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
`use strict`;
|
||||
|
||||
module.exports = (p1, p2) => `${p1} ${p2}`;
|
||||
Reference in New Issue
Block a user