PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
call-bind-apply-helpers
import actualApply from './actualApply'; type TupleSplitHead<T extends any[], N extends number> = T['length'] extends N ? T : T extends [...infer R, any] ? TupleSplitHead<R, N> : never type TupleSplitTail<T, N extends number, O extends any[] = []> = O['length'] extends N ? T : T extends [infer F, ...infer R] ? TupleSplitTail<[...R], N, [...O, F]> : never type TupleSplit<T extends any[], N extends number> = [TupleSplitHead<T, N>, TupleSplitTail<T, N>] declare function applyBind(...args: TupleSplit<Parameters<typeof actualApply>, 2>[1]): ReturnType<typeof actualApply>; export = applyBind;
[-] 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]