PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
function
"use strict"; var isCallable = require("../object/is-callable") , value = require("../object/valid-value") , slice = Array.prototype.slice , apply = Function.prototype.apply; module.exports = function (name/*, …args*/) { var args = slice.call(arguments, 1), isFn = isCallable(name); return function (obj) { value(obj); return apply.call(isFn ? name : obj[name], obj, args.concat(slice.call(arguments, 1))); }; };
[-] is-arguments.js
[edit]
[-] noop.js
[edit]
[+]
#
[+]
..
[-] _define-length.js
[edit]
[-] valid-function.js
[edit]
[-] pluck.js
[edit]
[-] is-function.js
[edit]
[-] index.js
[edit]
[-] identity.js
[edit]
[-] constant.js
[edit]
[-] invoke.js
[edit]