Submit
Path:
~
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
slide
/
lib
/
File Content:
bind-actor.js
module.exports = bindActor function bindActor () { var args = Array.prototype.slice.call (arguments) // jswtf. , obj = null , fn if (typeof args[0] === "object") { obj = args.shift() fn = args.shift() if (typeof fn === "string") fn = obj[ fn ] } else fn = args.shift() return function (cb) { fn.apply(obj, args.concat(cb)) } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
async-map-ordered.js
1729 bytes
0644
async-map.js
1471 bytes
0644
bind-actor.js
382 bytes
0644
chain.js
660 bytes
0644
slide.js
121 bytes
0644
N4ST4R_ID | Naxtarrr