internet-programming/lab2/node_modules/function-bind
2023-11-02 21:33:55 +04:00
..
test done 2023-10-23 13:48:44 +04:00
.eslintrc fix 2023-11-02 21:33:55 +04:00
implementation.js fix 2023-11-02 21:33:55 +04:00
index.js done 2023-10-23 13:48:44 +04:00
LICENSE done 2023-10-23 13:48:44 +04:00
package.json fix 2023-11-02 21:33:55 +04:00
README.md fix 2023-11-02 21:33:55 +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