PIbd-22_Kaznacheeva.E.K_Int.../lab2/node_modules/function-bind
2023-11-24 14:53:57 +04:00
..
test вторая лаба 2023-11-24 14:53:57 +04:00
.editorconfig вторая лаба 2023-11-24 14:53:57 +04:00
.eslintrc вторая лаба 2023-11-24 14:53:57 +04:00
.jscs.json вторая лаба 2023-11-24 14:53:57 +04:00
.npmignore вторая лаба 2023-11-24 14:53:57 +04:00
.travis.yml вторая лаба 2023-11-24 14:53:57 +04:00
implementation.js вторая лаба 2023-11-24 14:53:57 +04:00
index.js вторая лаба 2023-11-24 14:53:57 +04:00
LICENSE вторая лаба 2023-11-24 14:53:57 +04:00
package.json вторая лаба 2023-11-24 14:53:57 +04:00
README.md вторая лаба 2023-11-24 14:53:57 +04: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