github-pages-deploy-action/node_modules/function-bind
2019-11-19 07:48:29 -05:00
..
test Dependencies 2019-11-19 07:48:29 -05:00
.editorconfig Dependencies 2019-11-19 07:48:29 -05:00
.eslintrc Dependencies 2019-11-19 07:48:29 -05:00
.jscs.json Dependencies 2019-11-19 07:48:29 -05:00
.npmignore Dependencies 2019-11-19 07:48:29 -05:00
.travis.yml Dependencies 2019-11-19 07:48:29 -05:00
implementation.js Dependencies 2019-11-19 07:48:29 -05:00
index.js Dependencies 2019-11-19 07:48:29 -05:00
LICENSE Dependencies 2019-11-19 07:48:29 -05:00
package.json Dependencies 2019-11-19 07:48:29 -05:00
README.md Dependencies 2019-11-19 07:48:29 -05: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