datalad-course/node_modules/function-bind
2025-03-21 15:28:44 +01:00
..
test A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
.editorconfig A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
.eslintrc A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
.jscs.json A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
.npmignore A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
.travis.yml A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
implementation.js A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
index.js A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
LICENSE A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
package.json A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01:00
README.md A new start for all of Adina's DataLad Course talks - properly annexed 2025-03-21 15:28:44 +01: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