coronamap/node_modules/function-bind
2020-06-14 00:00:00 -07:00
..
test Migrate 2020-06-14 00:00:00 -07:00
.editorconfig Migrate 2020-06-14 00:00:00 -07:00
.eslintrc Migrate 2020-06-14 00:00:00 -07:00
.jscs.json Migrate 2020-06-14 00:00:00 -07:00
.npmignore Migrate 2020-06-14 00:00:00 -07:00
.travis.yml Migrate 2020-06-14 00:00:00 -07:00
implementation.js Migrate 2020-06-14 00:00:00 -07:00
index.js Migrate 2020-06-14 00:00:00 -07:00
LICENSE Migrate 2020-06-14 00:00:00 -07:00
package.json Migrate 2020-06-14 00:00:00 -07:00
README.md Migrate 2020-06-14 00:00:00 -07: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