PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
call-bind-apply-helpers
'use strict'; var bind = require('function-bind'); var $TypeError = require('es-errors/type'); var $call = require('./functionCall'); var $actualApply = require('./actualApply'); /** @type {import('.')} */ module.exports = function callBindBasic(args) { if (args.length < 1 || typeof args[0] !== 'function') { throw new $TypeError('a function is required'); } return $actualApply(bind, $call, args); };
[-] functionCall.js
[edit]
[-] tsconfig.json
[edit]
[-] actualApply.d.ts
[edit]
[-] .nycrc
[edit]
[-] README.md
[edit]
[-] reflectApply.d.ts
[edit]
[-] functionApply.js
[edit]
[-] applyBind.d.ts
[edit]
[-] functionCall.d.ts
[edit]
[-] applyBind.js
[edit]
[-] package.json
[edit]
[+]
.github
[-] functionApply.d.ts
[edit]
[+]
..
[-] reflectApply.js
[edit]
[+]
test
[-] LICENSE
[edit]
[-] .eslintrc
[edit]
[-] index.d.ts
[edit]
[-] actualApply.js
[edit]
[-] index.js
[edit]
[-] CHANGELOG.md
[edit]