weblogin/node_modules/function-bind
Nagy Máté Ferenc fa6959a132 first commit
2023-01-27 12:15:20 +01:00
..
test first commit 2023-01-27 12:15:20 +01:00
.editorconfig first commit 2023-01-27 12:15:20 +01:00
.eslintrc first commit 2023-01-27 12:15:20 +01:00
.jscs.json first commit 2023-01-27 12:15:20 +01:00
.npmignore first commit 2023-01-27 12:15:20 +01:00
.travis.yml first commit 2023-01-27 12:15:20 +01:00
implementation.js first commit 2023-01-27 12:15:20 +01:00
index.js first commit 2023-01-27 12:15:20 +01:00
LICENSE first commit 2023-01-27 12:15:20 +01:00
package.json first commit 2023-01-27 12:15:20 +01:00
README.md first commit 2023-01-27 12:15:20 +01: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