This repository has been archived on 2026-07-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drive/frontend/node_modules/function-bind
Elijah 724d70e58b
Some checks failed
Automated Container Build / build-and-push (push) Failing after 12s
Inital build
2026-05-22 12:29:43 -07:00
..
.github Inital build 2026-05-22 12:29:43 -07:00
test Inital build 2026-05-22 12:29:43 -07:00
.eslintrc Inital build 2026-05-22 12:29:43 -07:00
.nycrc Inital build 2026-05-22 12:29:43 -07:00
CHANGELOG.md Inital build 2026-05-22 12:29:43 -07:00
implementation.js Inital build 2026-05-22 12:29:43 -07:00
index.js Inital build 2026-05-22 12:29:43 -07:00
LICENSE Inital build 2026-05-22 12:29:43 -07:00
package.json Inital build 2026-05-22 12:29:43 -07:00
README.md Inital build 2026-05-22 12:29:43 -07: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