lighting-app/node_modules/function-bind
2022-06-03 11:13:06 +03:00
..
test first commit 2022-06-03 11:13:06 +03:00
.editorconfig first commit 2022-06-03 11:13:06 +03:00
.eslintrc first commit 2022-06-03 11:13:06 +03:00
.jscs.json first commit 2022-06-03 11:13:06 +03:00
.npmignore first commit 2022-06-03 11:13:06 +03:00
.travis.yml first commit 2022-06-03 11:13:06 +03:00
implementation.js first commit 2022-06-03 11:13:06 +03:00
index.js first commit 2022-06-03 11:13:06 +03:00
LICENSE first commit 2022-06-03 11:13:06 +03:00
package.json first commit 2022-06-03 11:13:06 +03:00
README.md first commit 2022-06-03 11:13:06 +03: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