rDrama/node_modules/function-bind
Aevann1 67a1595b9b fdsfd 2021-12-13 22:28:32 +00:00
..
test fdsfd 2021-12-13 22:28:32 +00:00
.editorconfig fdsfd 2021-12-13 22:28:32 +00:00
.eslintrc fdsfd 2021-12-13 22:28:32 +00:00
.jscs.json fdsfd 2021-12-13 22:28:32 +00:00
.npmignore fdsfd 2021-12-13 22:28:32 +00:00
.travis.yml fdsfd 2021-12-13 22:28:32 +00:00
LICENSE fdsfd 2021-12-13 22:28:32 +00:00
README.md fdsfd 2021-12-13 22:28:32 +00:00
implementation.js fdsfd 2021-12-13 22:28:32 +00:00
index.js fdsfd 2021-12-13 22:28:32 +00:00
package.json fdsfd 2021-12-13 22:28:32 +00:00

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