amis-rpc-design/node_modules/function-bind
2023-10-07 19:42:30 +08:00
..
test v1.0.0 2023-10-07 19:42:30 +08:00
.editorconfig v1.0.0 2023-10-07 19:42:30 +08:00
.eslintrc v1.0.0 2023-10-07 19:42:30 +08:00
.jscs.json v1.0.0 2023-10-07 19:42:30 +08:00
.npmignore v1.0.0 2023-10-07 19:42:30 +08:00
.travis.yml v1.0.0 2023-10-07 19:42:30 +08:00
implementation.js v1.0.0 2023-10-07 19:42:30 +08:00
index.js v1.0.0 2023-10-07 19:42:30 +08:00
LICENSE v1.0.0 2023-10-07 19:42:30 +08:00
package.json v1.0.0 2023-10-07 19:42:30 +08:00
README.md v1.0.0 2023-10-07 19:42:30 +08: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