ran npm run tdd
This commit is contained in:
@ -1 +1,2 @@
|
||||
module.exports = call = (key, ...args) => context => context[key](...args);
|
||||
const call = (key, ...args) => context => context[key](...args);
|
||||
module.exports = call
|
||||
Reference in New Issue
Block a user