ui/node_modules/function-bind
2023-08-29 09:34:54 +02:00
..
test Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02:00
.editorconfig Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02:00
.eslintrc Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02:00
.jscs.json Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02:00
.npmignore Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02:00
.travis.yml Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02:00
implementation.js Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02:00
index.js Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02:00
LICENSE Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02:00
package.json Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02:00
README.md Updated Things. Got navbar workinggit add Trunk.toml tailwind.config.js package.json package-lock.json index.html Cargo.toml .gitignore src/ node_modules/ assets/ 2023-08-29 09:34:54 +02: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