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;
|
||||
|
||||
3042
test/testlog
3042
test/testlog
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user