budibase/packages/backend-core/node_modules/function-bind
Budibase Helm Bot c1e5378350 Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
..
test Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
.editorconfig Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
.eslintrc Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
.jscs.json Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
.npmignore Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
.travis.yml Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
LICENSE Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
README.md Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
implementation.js Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
index.js Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
package.json Helm Release: 1.2.36 2022-08-11 08:17:28 +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