budibase/packages/sdk/node_modules/function-bind
Budibase Helm Bot 8c24c7b1ff Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
..
test Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
.editorconfig Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
.eslintrc Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
.jscs.json Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
.npmignore Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
.travis.yml Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
LICENSE Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
README.md Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
implementation.js Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
index.js Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
package.json Helm Release: 2.0.3 2022-09-27 08:54:26 +00: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