webhook-action/node_modules/function-bind
Joel Male e4e62ab7e8 Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
..
test Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
.editorconfig Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
.eslintrc Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
.jscs.json Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
.npmignore Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
.travis.yml Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
LICENSE Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
README.md Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
implementation.js Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
index.js Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
package.json Add node_modules until bundler is added 2020-08-26 09:57:08 +10: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