quartz/wallet/node_modules/function-bind
2022-03-04 20:05:23 +08:00
..
test Initialising for #8 2022-03-04 20:05:23 +08:00
.editorconfig Initialising for #8 2022-03-04 20:05:23 +08:00
.eslintrc Initialising for #8 2022-03-04 20:05:23 +08:00
.jscs.json Initialising for #8 2022-03-04 20:05:23 +08:00
.npmignore Initialising for #8 2022-03-04 20:05:23 +08:00
.travis.yml Initialising for #8 2022-03-04 20:05:23 +08:00
implementation.js Initialising for #8 2022-03-04 20:05:23 +08:00
index.js Initialising for #8 2022-03-04 20:05:23 +08:00
LICENSE Initialising for #8 2022-03-04 20:05:23 +08:00
package.json Initialising for #8 2022-03-04 20:05:23 +08:00
README.md Initialising for #8 2022-03-04 20:05:23 +08: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