codestats-readme/node_modules/function-bind
2023-09-23 12:48:08 +02:00
..
test action v0.1 2023-09-23 12:48:08 +02:00
.editorconfig action v0.1 2023-09-23 12:48:08 +02:00
.eslintrc action v0.1 2023-09-23 12:48:08 +02:00
.jscs.json action v0.1 2023-09-23 12:48:08 +02:00
.npmignore action v0.1 2023-09-23 12:48:08 +02:00
.travis.yml action v0.1 2023-09-23 12:48:08 +02:00
implementation.js action v0.1 2023-09-23 12:48:08 +02:00
index.js action v0.1 2023-09-23 12:48:08 +02:00
LICENSE action v0.1 2023-09-23 12:48:08 +02:00
package.json action v0.1 2023-09-23 12:48:08 +02:00
README.md action v0.1 2023-09-23 12:48:08 +02: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