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