2 lines
87 B
JavaScript
2 lines
87 B
JavaScript
const call = (key, ...args) => context => context[key](...args);
|
|
module.exports = call |