biobulkbende.org/node_modules/function-bind
Tancre 0efda7fffe structure, layout and automation 2020-09-16 14:23:28 +02:00
..
test structure, layout and automation 2020-09-16 14:23:28 +02:00
.editorconfig structure, layout and automation 2020-09-16 14:23:28 +02:00
.eslintrc structure, layout and automation 2020-09-16 14:23:28 +02:00
.jscs.json structure, layout and automation 2020-09-16 14:23:28 +02:00
.npmignore structure, layout and automation 2020-09-16 14:23:28 +02:00
.travis.yml structure, layout and automation 2020-09-16 14:23:28 +02:00
LICENSE structure, layout and automation 2020-09-16 14:23:28 +02:00
README.md structure, layout and automation 2020-09-16 14:23:28 +02:00
implementation.js structure, layout and automation 2020-09-16 14:23:28 +02:00
index.js structure, layout and automation 2020-09-16 14:23:28 +02:00
package.json structure, layout and automation 2020-09-16 14:23:28 +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