nginx-proxy-manager/node_modules/function-bind
2022-10-27 03:45:07 +00:00
..
test Adding sign with google in NPM 2022-10-27 03:45:07 +00:00
.editorconfig Adding sign with google in NPM 2022-10-27 03:45:07 +00:00
.eslintrc Adding sign with google in NPM 2022-10-27 03:45:07 +00:00
.jscs.json Adding sign with google in NPM 2022-10-27 03:45:07 +00:00
.npmignore Adding sign with google in NPM 2022-10-27 03:45:07 +00:00
.travis.yml Adding sign with google in NPM 2022-10-27 03:45:07 +00:00
implementation.js Adding sign with google in NPM 2022-10-27 03:45:07 +00:00
index.js Adding sign with google in NPM 2022-10-27 03:45:07 +00:00
LICENSE Adding sign with google in NPM 2022-10-27 03:45:07 +00:00
package.json Adding sign with google in NPM 2022-10-27 03:45:07 +00:00
README.md Adding sign with google in NPM 2022-10-27 03:45:07 +00: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