autobindthis
Version:
Binds methods to their class instance automagically
34 lines • 642 B
JSON
{
"name": "autobindthis",
"version": "1.0.10",
"keywords": [
"bind",
"auto",
"autobind",
"auto-bind",
"this",
"methods",
"binding",
"react",
"self",
"class",
"method",
"prototype",
"function",
"component",
"automatically"
],
"description": "Binds methods to their class instance automagically",
"repository": "evangeloszotos/autobindthis",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "jest --watchAll"
},
"author": "Evangelos Zotos",
"license": "MIT",
"devDependencies": {
"jest": "^23.5.0"
},
"dependencies": {}
}