1 line
75 B
JavaScript
1 line
75 B
JavaScript
module.exports = call = (key, ...args) => context => context[key](...args); |
module.exports = call = (key, ...args) => context => context[key](...args); |