Frontend/25_03_11/frontend_vizsgafeladat/backend/node_modules/function-bind
2025-03-11 12:57:30 +01:00
..
test added orai 2025-03-11 12:57:30 +01:00
.editorconfig added orai 2025-03-11 12:57:30 +01:00
.eslintrc added orai 2025-03-11 12:57:30 +01:00
.jscs.json added orai 2025-03-11 12:57:30 +01:00
.npmignore added orai 2025-03-11 12:57:30 +01:00
.travis.yml added orai 2025-03-11 12:57:30 +01:00
implementation.js added orai 2025-03-11 12:57:30 +01:00
index.js added orai 2025-03-11 12:57:30 +01:00
LICENSE added orai 2025-03-11 12:57:30 +01:00
package.json added orai 2025-03-11 12:57:30 +01:00
README.md added orai 2025-03-11 12:57:30 +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