tg-bot-reminder/node_modules/function-bind
2023-08-13 16:48:04 +03:00
..
test initial commit 2023-08-13 16:48:04 +03:00
.editorconfig initial commit 2023-08-13 16:48:04 +03:00
.eslintrc initial commit 2023-08-13 16:48:04 +03:00
.jscs.json initial commit 2023-08-13 16:48:04 +03:00
.npmignore initial commit 2023-08-13 16:48:04 +03:00
.travis.yml initial commit 2023-08-13 16:48:04 +03:00
implementation.js initial commit 2023-08-13 16:48:04 +03:00
index.js initial commit 2023-08-13 16:48:04 +03:00
LICENSE initial commit 2023-08-13 16:48:04 +03:00
package.json initial commit 2023-08-13 16:48:04 +03:00
README.md initial commit 2023-08-13 16:48:04 +03:00

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