PHP 8.2.30
Preview: bind-actor.js Size: 382 B
/lib/node_modules/npm/node_modules/slide/lib/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)) }
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
1.69 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
1.44 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
382 B lrw-r--r-- 2021-03-10 14:36:37
Edit Download
660 B lrw-r--r-- 2021-03-10 14:36:37
Edit Download
121 B lrw-r--r-- 2021-03-10 14:36:37
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).