github-pages-deploy-action/node_modules/function-bind
2020-03-31 08:57:48 -04:00
..
test Dependencies 2020-01-28 00:08:03 -05:00
.editorconfig Dependencies Required 2020-01-28 00:07:56 -05:00
.eslintrc Dependencies Required 2020-01-28 00:07:56 -05:00
.jscs.json Dependencies Required 2020-01-28 00:07:56 -05:00
.npmignore Dependencies Required 2020-01-28 00:07:56 -05:00
.travis.yml Dependencies Required 2020-01-28 00:07:56 -05:00
implementation.js Dependencies Required 2020-01-28 00:07:56 -05:00
index.js Dependencies Required 2020-01-28 00:07:56 -05:00
LICENSE Dependencies Required 2020-01-28 00:07:56 -05:00
package.json 3.4.3 Dependencies 2020-03-31 08:57:48 -04:00
README.md Dependencies Required 2020-01-28 00:07:56 -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