urltomarkdown/node_modules/function-bind
Lee Hanken 7c392e0dea refactor into modules 2022-12-21 22:28:59 +00:00
..
test refactor into modules 2022-12-21 22:28:59 +00:00
.editorconfig refactor into modules 2022-12-21 22:28:59 +00:00
.eslintrc refactor into modules 2022-12-21 22:28:59 +00:00
.jscs.json refactor into modules 2022-12-21 22:28:59 +00:00
.npmignore refactor into modules 2022-12-21 22:28:59 +00:00
.travis.yml refactor into modules 2022-12-21 22:28:59 +00:00
LICENSE refactor into modules 2022-12-21 22:28:59 +00:00
README.md refactor into modules 2022-12-21 22:28:59 +00:00
implementation.js refactor into modules 2022-12-21 22:28:59 +00:00
index.js refactor into modules 2022-12-21 22:28:59 +00:00
package.json refactor into modules 2022-12-21 22:28:59 +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