Initial commit
This commit is contained in:
9
node_modules/magicli/tests/test-modules/object-flat/lib/index.js
generated
vendored
Normal file
9
node_modules/magicli/tests/test-modules/object-flat/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
`use strict`;
|
||||
|
||||
module.exports = {
|
||||
methodA: function(param1, param2) {
|
||||
return `${param1}-${param2}`;
|
||||
},
|
||||
|
||||
methodB: (param1, param2) => `${param1-param2}`
|
||||
}
|
||||
Reference in New Issue
Block a user