polyfill-function-prototype-bind

v0.0.1
Polyfill for Function.prototype.bind. (Source from developer.mozilla.org)
polyfill bind

Function.prototype.bind polyfill

This is a polyfill for Function.prototype.bind. Useful if you are working with browsers that do not have the bind method.

Install and usage

To install:

npm install --save polyfill-function-prototype-bind

To use:

require('polyfill-function-prototype-bind');

Note: You will only need to require the package. And then you'll be able to use Function.prototype.bind.

npm i polyfill-function-prototype-bind

Metadata

  • ISC
  • Whatever
  • Michael Leaney
  • released 7/10/2014

Downloads

Maintainers