urltomarkdown/node_modules/function-bind
Lee Hanken ca3866eae3 added unit tests 2022-12-23 12:03:25 +00:00
..
test added unit tests 2022-12-23 12:03:25 +00:00
.editorconfig added unit tests 2022-12-23 12:03:25 +00:00
.eslintrc added unit tests 2022-12-23 12:03:25 +00:00
.jscs.json added unit tests 2022-12-23 12:03:25 +00:00
.npmignore added unit tests 2022-12-23 12:03:25 +00:00
.travis.yml added unit tests 2022-12-23 12:03:25 +00:00
LICENSE added unit tests 2022-12-23 12:03:25 +00:00
README.md added unit tests 2022-12-23 12:03:25 +00:00
implementation.js added unit tests 2022-12-23 12:03:25 +00:00
index.js added unit tests 2022-12-23 12:03:25 +00:00
package.json added unit tests 2022-12-23 12:03:25 +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