Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0
Luis f4296bcada project initialized il y a 4 ans
..
test project initialized il y a 4 ans
.editorconfig project initialized il y a 4 ans
.eslintrc project initialized il y a 4 ans
.jscs.json project initialized il y a 4 ans
.npmignore project initialized il y a 4 ans
.travis.yml project initialized il y a 4 ans
LICENSE project initialized il y a 4 ans
README.md project initialized il y a 4 ans
implementation.js project initialized il y a 4 ans
index.js project initialized il y a 4 ans
package.json project initialized il y a 4 ans

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