limepot-xyz/mybulma/node_modules/function-bind
2023-01-27 19:21:00 -07:00
..
test Beta Primary 2023-01-27 19:21:00 -07:00
.editorconfig Beta Primary 2023-01-27 19:21:00 -07:00
.eslintrc Beta Primary 2023-01-27 19:21:00 -07:00
.jscs.json Beta Primary 2023-01-27 19:21:00 -07:00
.npmignore Beta Primary 2023-01-27 19:21:00 -07:00
.travis.yml Beta Primary 2023-01-27 19:21:00 -07:00
implementation.js Beta Primary 2023-01-27 19:21:00 -07:00
index.js Beta Primary 2023-01-27 19:21:00 -07:00
LICENSE Beta Primary 2023-01-27 19:21:00 -07:00
package.json Beta Primary 2023-01-27 19:21:00 -07:00
README.md Beta Primary 2023-01-27 19:21: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