conventional-changelog-action/node_modules/function-bind
Conventional Changelog Action e038437ad0 chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
..
test chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
.editorconfig chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
.eslintrc chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
.jscs.json chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
.npmignore chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
.travis.yml chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
LICENSE chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
README.md chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
implementation.js chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
index.js chore(release): v3.9.2 2021-10-05 21:28:17 +00:00
package.json chore(release): v3.9.2 2021-10-05 21:28:17 +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