conventional-changelog-action/node_modules/function-bind
Conventional Changelog Action 64b6a5db05 chore(release): v3.11.0 2022-03-14 09:21:36 +00:00
..
test chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
.editorconfig chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
.eslintrc chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
.jscs.json chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
.npmignore chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
.travis.yml chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
LICENSE chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
README.md chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
implementation.js chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
index.js chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
package.json chore(release): v3.11.0 2022-03-14 09:21:36 +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