1.0.6 • Published 9 years ago

auto-bind-decorator v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
9 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

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago