CiscoTool_v1/netmiko_Api/node_modules/function-bind
Joseph Le a3b6695f97 first update 2023-09-20 05:57:50 +00:00
..
test first update 2023-09-20 05:57:50 +00:00
.editorconfig first update 2023-09-20 05:57:50 +00:00
.eslintrc first update 2023-09-20 05:57:50 +00:00
.jscs.json first update 2023-09-20 05:57:50 +00:00
.npmignore first update 2023-09-20 05:57:50 +00:00
.travis.yml first update 2023-09-20 05:57:50 +00:00
LICENSE first update 2023-09-20 05:57:50 +00:00
README.md first update 2023-09-20 05:57:50 +00:00
implementation.js first update 2023-09-20 05:57:50 +00:00
index.js first update 2023-09-20 05:57:50 +00:00
package.json first update 2023-09-20 05:57:50 +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