1.0.6 • Published 7 years ago

auto-bind-decorator v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Auto Bind Decorator (React)

Small utility function used to re-bind class methods to current class instance(lexical context: this)

Installation

npm install --save auto-bind-decorator

Usage

import autoBind from "auto-bind-decorator";

@autoBind
class TestClass{
    constructor(){

    }
}

new TestClass();
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago