cat-bookmarker/assets/node_modules/function-bind
Nat 96939b7aee
Clean up repo and update deps
2024-03-10 11:52:04 -07:00
..
test Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.editorconfig Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.eslintrc Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.jscs.json Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.npmignore Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.travis.yml Clean up repo and update deps 2024-03-10 11:52:04 -07:00
LICENSE Clean up repo and update deps 2024-03-10 11:52:04 -07:00
README.md Clean up repo and update deps 2024-03-10 11:52:04 -07:00
implementation.js Clean up repo and update deps 2024-03-10 11:52:04 -07:00
index.js Clean up repo and update deps 2024-03-10 11:52:04 -07:00
package.json Clean up repo and update deps 2024-03-10 11:52:04 -07: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