budibase/packages/standard-components/node_modules/function-bind
Martin McKeaveney 990882f9db allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
..
test allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
.editorconfig allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
.eslintrc allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
.jscs.json allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
.npmignore allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
.travis.yml allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
LICENSE allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
README.md allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
implementation.js allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
index.js allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
package.json allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00

README.md

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