1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/node_modules/function-bind
2023-07-29 20:33:28 +02:00
..
test Add node_modules 2023-07-29 20:33:28 +02:00
.editorconfig Add node_modules 2023-07-29 20:33:28 +02:00
.eslintrc Add node_modules 2023-07-29 20:33:28 +02:00
.jscs.json Add node_modules 2023-07-29 20:33:28 +02:00
.npmignore Add node_modules 2023-07-29 20:33:28 +02:00
.travis.yml Add node_modules 2023-07-29 20:33:28 +02:00
implementation.js Add node_modules 2023-07-29 20:33:28 +02:00
index.js Add node_modules 2023-07-29 20:33:28 +02:00
LICENSE Add node_modules 2023-07-29 20:33:28 +02:00
package.json Add node_modules 2023-07-29 20:33:28 +02:00
README.md Add node_modules 2023-07-29 20:33:28 +02: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