PIbd-21_Zhirnova_A._E._Inte.../Laba3/node_modules/function-bind
2023-12-06 18:38:53 +03:00
..
test Lab3 2023-12-06 18:38:53 +03:00
.editorconfig Lab3 2023-12-06 18:38:53 +03:00
.eslintrc Lab3 2023-12-06 18:38:53 +03:00
.jscs.json Lab3 2023-12-06 18:38:53 +03:00
.npmignore Lab3 2023-12-06 18:38:53 +03:00
.travis.yml Lab3 2023-12-06 18:38:53 +03:00
implementation.js Lab3 2023-12-06 18:38:53 +03:00
index.js Lab3 2023-12-06 18:38:53 +03:00
LICENSE Lab3 2023-12-06 18:38:53 +03:00
package.json Lab3 2023-12-06 18:38:53 +03:00
README.md Lab3 2023-12-06 18:38:53 +03: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