Swap-Aggregator-Subgraph/node_modules/function-bind
2022-07-03 07:27:35 +05:30
..
test added handler 2022-07-03 07:27:35 +05:30
.editorconfig added handler 2022-07-03 07:27:35 +05:30
.eslintrc added handler 2022-07-03 07:27:35 +05:30
.jscs.json added handler 2022-07-03 07:27:35 +05:30
.npmignore added handler 2022-07-03 07:27:35 +05:30
.travis.yml added handler 2022-07-03 07:27:35 +05:30
implementation.js added handler 2022-07-03 07:27:35 +05:30
index.js added handler 2022-07-03 07:27:35 +05:30
LICENSE added handler 2022-07-03 07:27:35 +05:30
package.json added handler 2022-07-03 07:27:35 +05:30
README.md added handler 2022-07-03 07:27:35 +05:30

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