Implementation of Function.prototype.bind
- ESM
- CJS
- License
- MIT
- Deps
- 0
- Install Size
- 31.4 kB
- Vulns
- 0
- Published
$
npm install function-bind$
pnpm add function-bind$
yarn add function-bind$
bun add function-bind$
deno add npm:function-bind$
vlt install function-bind$
vp add function-bindYou might not need this dependency.
This package can be replaced with Function.prototype.bind, available since Node 0.10.0.Learn more
function-bind 
Implementation of function.prototype.bind
Old versions of phantomjs, Internet Explorer < 9, and node < 0.6 don't support Function.prototype.bind.
Example
Function.prototype.bind = require("function-bind")
Installation
npm install function-bind
Contributors
- Raynos
