APL/DEV 4.3/TP07/node_modules/function-bind
2023-03-24 16:04:40 +01:00
..
test upload 2023-03-24 16:04:40 +01:00
.editorconfig upload 2023-03-24 16:04:40 +01:00
.eslintrc upload 2023-03-24 16:04:40 +01:00
.jscs.json upload 2023-03-24 16:04:40 +01:00
.npmignore upload 2023-03-24 16:04:40 +01:00
.travis.yml upload 2023-03-24 16:04:40 +01:00
implementation.js upload 2023-03-24 16:04:40 +01:00
index.js upload 2023-03-24 16:04:40 +01:00
LICENSE upload 2023-03-24 16:04:40 +01:00
package.json upload 2023-03-24 16:04:40 +01:00
README.md upload 2023-03-24 16:04:40 +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