jonas_jones-api/node_modules/function-bind
2023-03-30 20:40:42 +02:00
..
test some progress 2023-03-30 20:40:42 +02:00
.editorconfig some progress 2023-03-30 20:40:42 +02:00
.eslintrc some progress 2023-03-30 20:40:42 +02:00
.jscs.json some progress 2023-03-30 20:40:42 +02:00
.npmignore some progress 2023-03-30 20:40:42 +02:00
.travis.yml some progress 2023-03-30 20:40:42 +02:00
implementation.js some progress 2023-03-30 20:40:42 +02:00
index.js some progress 2023-03-30 20:40:42 +02:00
LICENSE some progress 2023-03-30 20:40:42 +02:00
package.json some progress 2023-03-30 20:40:42 +02:00
README.md some progress 2023-03-30 20:40:42 +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