node/tools/eslint/node_modules/function-bind
cjihrig ba73a67d45 tools: update to ESLint 4.10.0
PR-URL: https://github.com/nodejs/node/pull/16738
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
2017-12-13 16:59:02 +00:00
..
implementation.js tools: update to ESLint 4.8.0 2017-10-23 17:18:19 -04:00
index.js tools: update to ESLint 4.8.0 2017-10-23 17:18:19 -04:00
LICENSE
package.json tools: update to ESLint 4.10.0 2017-12-13 16:59:02 +00: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