4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00
setup-helm/node_modules/function-bind
2022-06-27 14:17:15 -04:00
..
test v3 new release (#80) 2022-06-27 14:17:15 -04:00
.editorconfig v3 new release (#80) 2022-06-27 14:17:15 -04:00
.eslintrc v3 new release (#80) 2022-06-27 14:17:15 -04:00
.jscs.json v3 new release (#80) 2022-06-27 14:17:15 -04:00
.npmignore v3 new release (#80) 2022-06-27 14:17:15 -04:00
.travis.yml v3 new release (#80) 2022-06-27 14:17:15 -04:00
implementation.js v3 new release (#80) 2022-06-27 14:17:15 -04:00
index.js v3 new release (#80) 2022-06-27 14:17:15 -04:00
LICENSE v3 new release (#80) 2022-06-27 14:17:15 -04:00
package.json v3 new release (#80) 2022-06-27 14:17:15 -04:00
README.md v3 new release (#80) 2022-06-27 14:17:15 -04: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