1.0.6 • Published 10 years ago

auto-bind-decorator v1.0.6

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

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago