MIF_E31222707/node_modules/function-bind
adeliaala 0d288a48b9 done 2025-07-15 13:57:20 +07:00
..
test done 2025-07-15 13:57:20 +07:00
.editorconfig done 2025-07-15 13:57:20 +07:00
.eslintrc done 2025-07-15 13:57:20 +07:00
.jscs.json done 2025-07-15 13:57:20 +07:00
.npmignore done 2025-07-15 13:57:20 +07:00
.travis.yml done 2025-07-15 13:57:20 +07:00
LICENSE done 2025-07-15 13:57:20 +07:00
README.md done 2025-07-15 13:57:20 +07:00
implementation.js done 2025-07-15 13:57:20 +07:00
index.js done 2025-07-15 13:57:20 +07:00
package.json done 2025-07-15 13:57:20 +07: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