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