1
0
Fork 0
mirror of synced 2026-06-05 17:08:20 +00:00
login/node_modules/function-bind
2023-11-20 14:12:35 +08:00
..
test prepare release 1.5.0 2023-11-20 14:12:35 +08:00
.editorconfig prepare release 1.5.0 2023-11-20 14:12:35 +08:00
.eslintrc prepare release 1.5.0 2023-11-20 14:12:35 +08:00
.jscs.json prepare release 1.5.0 2023-11-20 14:12:35 +08:00
.npmignore prepare release 1.5.0 2023-11-20 14:12:35 +08:00
.travis.yml prepare release 1.5.0 2023-11-20 14:12:35 +08:00
implementation.js prepare release 1.5.0 2023-11-20 14:12:35 +08:00
index.js prepare release 1.5.0 2023-11-20 14:12:35 +08:00
LICENSE prepare release 1.5.0 2023-11-20 14:12:35 +08:00
package.json prepare release 1.5.0 2023-11-20 14:12:35 +08:00
README.md prepare release 1.5.0 2023-11-20 14:12:35 +08:00

function-bind

Implementation of function.prototype.bind

Example

I mainly do this for unit tests I run on phantomjs. PhantomJS does not have Function.prototype.bind :(

Function.prototype.bind = require("function-bind")

Installation

npm install function-bind

Contributors

  • Raynos

MIT Licenced