mit.db/node_modules/function-bind
2022-07-05 19:02:07 +02:00
..
test 1.0.0 2022-07-05 19:02:07 +02:00
.editorconfig 1.0.0 2022-07-05 19:02:07 +02:00
.eslintrc 1.0.0 2022-07-05 19:02:07 +02:00
.jscs.json 1.0.0 2022-07-05 19:02:07 +02:00
.npmignore 1.0.0 2022-07-05 19:02:07 +02:00
.travis.yml 1.0.0 2022-07-05 19:02:07 +02:00
implementation.js 1.0.0 2022-07-05 19:02:07 +02:00
index.js 1.0.0 2022-07-05 19:02:07 +02:00
LICENSE 1.0.0 2022-07-05 19:02:07 +02:00
package.json 1.0.0 2022-07-05 19:02:07 +02:00
README.md 1.0.0 2022-07-05 19:02:07 +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