setup-php/node_modules/function-bind
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30
..
test init 2019-09-06 05:17:43 +05:30
.editorconfig init 2019-09-06 05:17:43 +05:30
.eslintrc init 2019-09-06 05:17:43 +05:30
.jscs.json init 2019-09-06 05:17:43 +05:30
.npmignore init 2019-09-06 05:17:43 +05:30
.travis.yml init 2019-09-06 05:17:43 +05:30
implementation.js init 2019-09-06 05:17:43 +05:30
index.js init 2019-09-06 05:17:43 +05:30
LICENSE init 2019-09-06 05:17:43 +05:30
package.json init 2019-09-06 05:17:43 +05:30
README.md init 2019-09-06 05:17:43 +05:30

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