sonia-js/node_modules/function-bind
2024-07-20 14:47:23 -06:00
..
test init 2023-03-30 09:45:31 +00:00
.editorconfig init 2023-03-30 09:45:31 +00:00
.eslintrc init 2023-03-30 09:45:31 +00:00
.jscs.json init 2023-03-30 09:45:31 +00:00
.npmignore init 2023-03-30 09:45:31 +00:00
.travis.yml init 2023-03-30 09:45:31 +00:00
implementation.js init 2023-03-30 09:45:31 +00:00
index.js init 2023-03-30 09:45:31 +00:00
LICENSE init 2023-03-30 09:45:31 +00:00
package.json a 2024-07-20 14:47:23 -06:00
README.md init 2023-03-30 09:45:31 +00: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