biketrack-app/node_modules/function-bind
2022-07-11 10:27:11 +02:00
..
test first commit in testing 2022-07-11 10:27:11 +02:00
.editorconfig first commit in testing 2022-07-11 10:27:11 +02:00
.eslintrc first commit in testing 2022-07-11 10:27:11 +02:00
.jscs.json first commit in testing 2022-07-11 10:27:11 +02:00
.npmignore first commit in testing 2022-07-11 10:27:11 +02:00
.travis.yml first commit in testing 2022-07-11 10:27:11 +02:00
implementation.js first commit in testing 2022-07-11 10:27:11 +02:00
index.js first commit in testing 2022-07-11 10:27:11 +02:00
LICENSE first commit in testing 2022-07-11 10:27:11 +02:00
package.json first commit in testing 2022-07-11 10:27:11 +02:00
README.md first commit in testing 2022-07-11 10:27:11 +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