1
0
Fork 0
mirror of synced 2024-10-02 02:07:04 +13:00
appwrite/app/sdks/console-web/node_modules/function-bind
2021-06-23 17:45:27 +05:30
..
test feat: updated console sdk 2021-06-23 17:45:27 +05:30
.editorconfig feat: updated console sdk 2021-06-23 17:45:27 +05:30
.eslintrc feat: updated console sdk 2021-06-23 17:45:27 +05:30
.jscs.json feat: updated console sdk 2021-06-23 17:45:27 +05:30
.npmignore feat: updated console sdk 2021-06-23 17:45:27 +05:30
.travis.yml feat: updated console sdk 2021-06-23 17:45:27 +05:30
implementation.js feat: updated console sdk 2021-06-23 17:45:27 +05:30
index.js feat: updated console sdk 2021-06-23 17:45:27 +05:30
LICENSE feat: updated console sdk 2021-06-23 17:45:27 +05:30
package.json feat: updated console sdk 2021-06-23 17:45:27 +05:30
README.md feat: updated console sdk 2021-06-23 17:45:27 +05:30

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