API/api.medcify.app/node_modules/function-bind
2022-09-26 11:41:44 +05:30
..
test final 2022-09-26 11:41:44 +05:30
.editorconfig final 2022-09-26 11:41:44 +05:30
.eslintrc final 2022-09-26 11:41:44 +05:30
.jscs.json final 2022-09-26 11:41:44 +05:30
.npmignore final 2022-09-26 11:41:44 +05:30
.travis.yml final 2022-09-26 11:41:44 +05:30
implementation.js final 2022-09-26 11:41:44 +05:30
index.js final 2022-09-26 11:41:44 +05:30
LICENSE final 2022-09-26 11:41:44 +05:30
package.json final 2022-09-26 11:41:44 +05:30
README.md final 2022-09-26 11:41:44 +05:30

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