dockerized_openAger/nodered/rootfs/data/node_modules/function-bind
valki 664c6d8ca3 Intial Commit 2020-10-17 18:42:50 +02:00
..
test Intial Commit 2020-10-17 18:42:50 +02:00
.editorconfig Intial Commit 2020-10-17 18:42:50 +02:00
.eslintrc Intial Commit 2020-10-17 18:42:50 +02:00
.jscs.json Intial Commit 2020-10-17 18:42:50 +02:00
.npmignore Intial Commit 2020-10-17 18:42:50 +02:00
.travis.yml Intial Commit 2020-10-17 18:42:50 +02:00
LICENSE Intial Commit 2020-10-17 18:42:50 +02:00
README.md Intial Commit 2020-10-17 18:42:50 +02:00
implementation.js Intial Commit 2020-10-17 18:42:50 +02:00
index.js Intial Commit 2020-10-17 18:42:50 +02:00
package.json Intial Commit 2020-10-17 18:42:50 +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