conventional-changelog-action/node_modules/function-bind
Conventional Changelog Action 7f7af7582e chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
..
test chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
.editorconfig chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
.eslintrc chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
.jscs.json chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
.npmignore chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
.travis.yml chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
LICENSE chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
README.md chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
implementation.js chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
index.js chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
package.json chore(release): v3.4.1 2020-10-30 22:27:33 +00: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