setup-maven/node_modules/function-bind
Celio Ferreira 2472a3802c
chore: update dependencies
2022-06-28 10:39:30 +02:00
..
test chore: update dependencies 2022-06-28 10:39:30 +02:00
.editorconfig chore: update dependencies 2022-06-28 10:39:30 +02:00
.eslintrc chore: update dependencies 2022-06-28 10:39:30 +02:00
.jscs.json chore: update dependencies 2022-06-28 10:39:30 +02:00
.npmignore chore: update dependencies 2022-06-28 10:39:30 +02:00
.travis.yml chore: update dependencies 2022-06-28 10:39:30 +02:00
LICENSE chore: update dependencies 2022-06-28 10:39:30 +02:00
README.md chore: update dependencies 2022-06-28 10:39:30 +02:00
implementation.js chore: update dependencies 2022-06-28 10:39:30 +02:00
index.js chore: update dependencies 2022-06-28 10:39:30 +02:00
package.json chore: update dependencies 2022-06-28 10:39:30 +02: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