tree: 75dee4c36885766b2544db4541befe507824f133 [path history] [tgz]
  1. .github/
  2. test/
  3. .eslintrc
  4. .nycrc
  5. CHANGELOG.md
  6. implementation.js
  7. index.js
  8. LICENSE
  9. package.json
  10. README.md
node_modules/function-bind/README.md

function-bind Version Badge

github actions

dependency status dev dependency status License Downloads

npm badge

Implementation of function.prototype.bind

Old versions of phantomjs, Internet Explorer < 9, and node < 0.6 don't support Function.prototype.bind.

Example

Function.prototype.bind = require("function-bind")

Installation

npm install function-bind

Contributors

  • Raynos

MIT Licenced