node-ejs-renderer/node_modules/function-bind
2024-06-09 13:55:01 -04:00
..
.github Main initial commit 2024-06-09 13:55:01 -04:00
test Main initial commit 2024-06-09 13:55:01 -04:00
.eslintrc Main initial commit 2024-06-09 13:55:01 -04:00
.nycrc Main initial commit 2024-06-09 13:55:01 -04:00
CHANGELOG.md Main initial commit 2024-06-09 13:55:01 -04:00
implementation.js Main initial commit 2024-06-09 13:55:01 -04:00
index.js Main initial commit 2024-06-09 13:55:01 -04:00
LICENSE Main initial commit 2024-06-09 13:55:01 -04:00
package.json Main initial commit 2024-06-09 13:55:01 -04:00
README.md Main initial commit 2024-06-09 13:55:01 -04: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