This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
current-kwh-cost/node_modules/function-bind
2022-11-17 16:42:35 +00:00
..
test first commit 2022-11-17 16:42:35 +00:00
.editorconfig first commit 2022-11-17 16:42:35 +00:00
.eslintrc first commit 2022-11-17 16:42:35 +00:00
.jscs.json first commit 2022-11-17 16:42:35 +00:00
.npmignore first commit 2022-11-17 16:42:35 +00:00
.travis.yml first commit 2022-11-17 16:42:35 +00:00
implementation.js first commit 2022-11-17 16:42:35 +00:00
index.js first commit 2022-11-17 16:42:35 +00:00
LICENSE first commit 2022-11-17 16:42:35 +00:00
package.json first commit 2022-11-17 16:42:35 +00:00
README.md first commit 2022-11-17 16:42:35 +00: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