Travis build: 212 [cron]
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
const bindKey = (context, fn, ...boundArgs) => (...args) => context[fn].apply(context, [...boundArgs, ...args]);
|
||||
const bindKey = (context, fn, ...boundArgs) => (...args) =>
|
||||
context[fn].apply(context, [...boundArgs, ...args]);
|
||||
module.exports = bindKey;
|
||||
|
||||
Reference in New Issue
Block a user