urltomarkdown/node_modules/function-bind
Lee Hanken 35127825dd amended packages due to build issue 2022-12-21 23:26:55 +00:00
..
test amended packages due to build issue 2022-12-21 23:26:55 +00:00
.editorconfig amended packages due to build issue 2022-12-21 23:26:55 +00:00
.eslintrc amended packages due to build issue 2022-12-21 23:26:55 +00:00
.jscs.json amended packages due to build issue 2022-12-21 23:26:55 +00:00
.npmignore amended packages due to build issue 2022-12-21 23:26:55 +00:00
.travis.yml amended packages due to build issue 2022-12-21 23:26:55 +00:00
LICENSE amended packages due to build issue 2022-12-21 23:26:55 +00:00
README.md amended packages due to build issue 2022-12-21 23:26:55 +00:00
implementation.js amended packages due to build issue 2022-12-21 23:26:55 +00:00
index.js amended packages due to build issue 2022-12-21 23:26:55 +00:00
package.json amended packages due to build issue 2022-12-21 23:26:55 +00: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