coronamap/node_modules/function-bind
2022-08-06 08:09:54 -07:00
..
test Reupload 2022-08-06 08:09:54 -07:00
.editorconfig Reupload 2022-08-06 08:09:54 -07:00
.eslintrc Reupload 2022-08-06 08:09:54 -07:00
.jscs.json Reupload 2022-08-06 08:09:54 -07:00
.npmignore Reupload 2022-08-06 08:09:54 -07:00
.travis.yml Reupload 2022-08-06 08:09:54 -07:00
implementation.js Reupload 2022-08-06 08:09:54 -07:00
index.js Reupload 2022-08-06 08:09:54 -07:00
LICENSE Reupload 2022-08-06 08:09:54 -07:00
package.json Reupload 2022-08-06 08:09:54 -07:00
README.md Reupload 2022-08-06 08:09:54 -07: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