hensei-web/node_modules/function-bind
2020-09-11 06:44:42 -07:00
..
test First commit 2020-09-11 06:44:42 -07:00
.editorconfig First commit 2020-09-11 06:44:42 -07:00
.eslintrc First commit 2020-09-11 06:44:42 -07:00
.jscs.json First commit 2020-09-11 06:44:42 -07:00
.npmignore First commit 2020-09-11 06:44:42 -07:00
.travis.yml First commit 2020-09-11 06:44:42 -07:00
implementation.js First commit 2020-09-11 06:44:42 -07:00
index.js First commit 2020-09-11 06:44:42 -07:00
LICENSE First commit 2020-09-11 06:44:42 -07:00
package.json First commit 2020-09-11 06:44:42 -07:00
README.md First commit 2020-09-11 06:44:42 -07: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