login/node_modules/function-bind
2022-12-19 15:48:51 +05:30
..
test UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30
.editorconfig UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30
.eslintrc UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30
.jscs.json UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30
.npmignore UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30
.travis.yml UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30
implementation.js UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30
index.js UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30
LICENSE UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30
package.json UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30
README.md UPdated dev dependencies with latest versions 2022-12-19 15:48:51 +05:30

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