webhook-action/node_modules/function-bind
2024-03-28 12:00:41 +10:00
..
test Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
.eslintrc feat: updates & github event support 2024-03-28 12:00:41 +10:00
implementation.js feat: updates & github event support 2024-03-28 12:00:41 +10:00
index.js 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
package.json feat: updates & github event support 2024-03-28 12:00:41 +10:00
README.md feat: updates & github event support 2024-03-28 12:00:41 +10:00

function-bind Version Badge

github actions

dependency status dev dependency status License Downloads

npm badge

Implementation of function.prototype.bind

Old versions of phantomjs, Internet Explorer < 9, and node < 0.6 don't support Function.prototype.bind.

Example

Function.prototype.bind = require("function-bind")

Installation

npm install function-bind

Contributors

  • Raynos

MIT Licenced