DUtils/node_modules/function-bind
KeiferJu 5799020e30 first commit 2022-03-24 13:36:08 +08:00
..
test first commit 2022-03-24 13:36:08 +08:00
.editorconfig first commit 2022-03-24 13:36:08 +08:00
.eslintrc first commit 2022-03-24 13:36:08 +08:00
.jscs.json first commit 2022-03-24 13:36:08 +08:00
.npmignore first commit 2022-03-24 13:36:08 +08:00
.travis.yml first commit 2022-03-24 13:36:08 +08:00
LICENSE first commit 2022-03-24 13:36:08 +08:00
README.md first commit 2022-03-24 13:36:08 +08:00
implementation.js first commit 2022-03-24 13:36:08 +08:00
index.js first commit 2022-03-24 13:36:08 +08:00
package.json first commit 2022-03-24 13:36:08 +08:00

README.md

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