catppuccin_obsidian/node_modules/function-bind
2022-10-06 16:43:46 -06:00
..
test add stylelint 2022-10-06 16:43:46 -06:00
.editorconfig add stylelint 2022-10-06 16:43:46 -06:00
.eslintrc add stylelint 2022-10-06 16:43:46 -06:00
.jscs.json add stylelint 2022-10-06 16:43:46 -06:00
.npmignore add stylelint 2022-10-06 16:43:46 -06:00
.travis.yml add stylelint 2022-10-06 16:43:46 -06:00
implementation.js add stylelint 2022-10-06 16:43:46 -06:00
index.js add stylelint 2022-10-06 16:43:46 -06:00
LICENSE add stylelint 2022-10-06 16:43:46 -06:00
package.json add stylelint 2022-10-06 16:43:46 -06:00
README.md add stylelint 2022-10-06 16:43:46 -06: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