auth-api/tests/node_modules/function-bind
2021-06-23 22:30:45 +02:00
..
test Added some tests 2021-06-23 22:30:45 +02:00
.editorconfig Added some tests 2021-06-23 22:30:45 +02:00
.eslintrc Added some tests 2021-06-23 22:30:45 +02:00
.jscs.json Added some tests 2021-06-23 22:30:45 +02:00
.npmignore Added some tests 2021-06-23 22:30:45 +02:00
.travis.yml Added some tests 2021-06-23 22:30:45 +02:00
implementation.js Added some tests 2021-06-23 22:30:45 +02:00
index.js Added some tests 2021-06-23 22:30:45 +02:00
LICENSE Added some tests 2021-06-23 22:30:45 +02:00
package.json Added some tests 2021-06-23 22:30:45 +02:00
README.md Added some tests 2021-06-23 22:30:45 +02:00

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