Breadbot/node_modules/function-bind
2022-11-13 11:09:44 -05:00
..
test Push before general cleanup to avoid merge errors 2022-11-13 11:09:44 -05:00
.editorconfig Push before general cleanup to avoid merge errors 2022-11-13 11:09:44 -05:00
.eslintrc Push before general cleanup to avoid merge errors 2022-11-13 11:09:44 -05:00
.jscs.json Push before general cleanup to avoid merge errors 2022-11-13 11:09:44 -05:00
.npmignore Push before general cleanup to avoid merge errors 2022-11-13 11:09:44 -05:00
.travis.yml Push before general cleanup to avoid merge errors 2022-11-13 11:09:44 -05:00
LICENSE Push before general cleanup to avoid merge errors 2022-11-13 11:09:44 -05:00
package.json Push before general cleanup to avoid merge errors 2022-11-13 11:09:44 -05:00
README.md Push before general cleanup to avoid merge errors 2022-11-13 11:09:44 -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