lunaisadev-website-old/node_modules/function-bind
Luna 4f63b4f9a0 first commit 2021-07-27 18:40:12 -07:00
..
test first commit 2021-07-27 18:40:12 -07:00
.editorconfig first commit 2021-07-27 18:40:12 -07:00
.eslintrc first commit 2021-07-27 18:40:12 -07:00
.jscs.json first commit 2021-07-27 18:40:12 -07:00
.npmignore first commit 2021-07-27 18:40:12 -07:00
.travis.yml first commit 2021-07-27 18:40:12 -07:00
LICENSE first commit 2021-07-27 18:40:12 -07:00
README.md first commit 2021-07-27 18:40:12 -07:00
implementation.js first commit 2021-07-27 18:40:12 -07:00
index.js first commit 2021-07-27 18:40:12 -07:00
package.json first commit 2021-07-27 18:40:12 -07: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