WBE_Praktikum_7/code/node_modules/function-bind
schrom01 3ab6cc0b8a solved lab 2022-11-24 21:06:23 +01:00
..
test solved lab 2022-11-24 21:06:23 +01:00
.editorconfig solved lab 2022-11-24 21:06:23 +01:00
.eslintrc solved lab 2022-11-24 21:06:23 +01:00
.jscs.json solved lab 2022-11-24 21:06:23 +01:00
.npmignore solved lab 2022-11-24 21:06:23 +01:00
.travis.yml solved lab 2022-11-24 21:06:23 +01:00
LICENSE solved lab 2022-11-24 21:06:23 +01:00
README.md solved lab 2022-11-24 21:06:23 +01:00
implementation.js solved lab 2022-11-24 21:06:23 +01:00
index.js solved lab 2022-11-24 21:06:23 +01:00
package.json solved lab 2022-11-24 21:06:23 +01: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