ccashfrontend/views/node_modules/function-bind
2021-06-18 09:20:09 +10:00
..
test half new patch 2021-06-18 09:20:09 +10:00
.editorconfig half new patch 2021-06-18 09:20:09 +10:00
.eslintrc half new patch 2021-06-18 09:20:09 +10:00
.jscs.json half new patch 2021-06-18 09:20:09 +10:00
.npmignore half new patch 2021-06-18 09:20:09 +10:00
.travis.yml half new patch 2021-06-18 09:20:09 +10:00
implementation.js half new patch 2021-06-18 09:20:09 +10:00
index.js half new patch 2021-06-18 09:20:09 +10:00
LICENSE half new patch 2021-06-18 09:20:09 +10:00
package.json half new patch 2021-06-18 09:20:09 +10:00
README.md half new patch 2021-06-18 09:20:09 +10: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