legendary-doc-site/apps/core/assets/node_modules/function-bind
2020-07-03 21:41:01 -05:00
..
test chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
.editorconfig chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
.eslintrc chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
.jscs.json chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
.npmignore chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
.travis.yml chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
implementation.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
index.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
LICENSE chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
package.json chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
README.md chore: Convert to umbrella app 2020-07-03 21:41:01 -05: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