polyfill-function-prototype-bind

0.0.1 • Public • Published

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.

/polyfill-function-prototype-bind/

    Package Sidebar

    Install

    npm i polyfill-function-prototype-bind

    Weekly Downloads

    143

    Version

    0.0.1

    License

    ISC

    Last publish

    Collaborators

    • leahcimic