wishthis/node_modules/function-bind
2022-04-08 12:55:35 +02:00
..
test Add production dependencies 2022-01-21 09:28:41 +01:00
.editorconfig Add production dependencies 2022-01-21 09:28:41 +01:00
.eslintrc Add production dependencies 2022-01-21 09:28:41 +01:00
.jscs.json Add production dependencies 2022-01-21 09:28:41 +01:00
.npmignore Add production dependencies 2022-01-21 09:28:41 +01:00
.travis.yml Add production dependencies 2022-01-21 09:28:41 +01:00
implementation.js Add production dependencies 2022-01-21 09:28:41 +01:00
index.js Add production dependencies 2022-01-21 09:28:41 +01:00
LICENSE Add production dependencies 2022-01-21 09:28:41 +01:00
package.json Install yarn 2022-04-08 12:55:35 +02:00
README.md Add production dependencies 2022-01-21 09:28:41 +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