edp445/node_modules/function-bind
koelo 3513d5390c Changed alot of things. 2022-12-03 05:44:44 +00:00
..
test Changed alot of things. 2022-12-03 05:44:44 +00:00
.editorconfig Changed alot of things. 2022-12-03 05:44:44 +00:00
.eslintrc Changed alot of things. 2022-12-03 05:44:44 +00:00
.jscs.json Changed alot of things. 2022-12-03 05:44:44 +00:00
.npmignore Changed alot of things. 2022-12-03 05:44:44 +00:00
.travis.yml Changed alot of things. 2022-12-03 05:44:44 +00:00
LICENSE Changed alot of things. 2022-12-03 05:44:44 +00:00
README.md Changed alot of things. 2022-12-03 05:44:44 +00:00
implementation.js Changed alot of things. 2022-12-03 05:44:44 +00:00
index.js Changed alot of things. 2022-12-03 05:44:44 +00:00
package.json Changed alot of things. 2022-12-03 05:44:44 +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