monitoring/web/monit_web/node_modules/function-bind
qiangyanwen 2a13709dc8 testcase 2022-06-19 10:12:23 +08:00
..
test testcase 2022-06-19 10:12:23 +08:00
.editorconfig testcase 2022-06-19 10:12:23 +08:00
.eslintrc testcase 2022-06-19 10:12:23 +08:00
.jscs.json testcase 2022-06-19 10:12:23 +08:00
.npmignore testcase 2022-06-19 10:12:23 +08:00
.travis.yml testcase 2022-06-19 10:12:23 +08:00
LICENSE testcase 2022-06-19 10:12:23 +08:00
README.md testcase 2022-06-19 10:12:23 +08:00
implementation.js testcase 2022-06-19 10:12:23 +08:00
index.js testcase 2022-06-19 10:12:23 +08:00
package.json testcase 2022-06-19 10:12:23 +08:00

README.md

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