fleet-docs/node_modules/function-bind
divya-mohan0209 9de94a264c Initial commit 2022-09-22 09:54:31 +05:30
..
test Initial commit 2022-09-22 09:54:31 +05:30
.editorconfig Initial commit 2022-09-22 09:54:31 +05:30
.eslintrc Initial commit 2022-09-22 09:54:31 +05:30
.jscs.json Initial commit 2022-09-22 09:54:31 +05:30
.npmignore Initial commit 2022-09-22 09:54:31 +05:30
.travis.yml Initial commit 2022-09-22 09:54:31 +05:30
LICENSE Initial commit 2022-09-22 09:54:31 +05:30
README.md Initial commit 2022-09-22 09:54:31 +05:30
implementation.js Initial commit 2022-09-22 09:54:31 +05:30
index.js Initial commit 2022-09-22 09:54:31 +05:30
package.json Initial commit 2022-09-22 09:54:31 +05:30

README.md

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