UNPKG

bind-decorator

Version:

The fastest automatic method.bind(this) decorator

3 lines (2 loc) 183 B
export declare function bind<T extends Function>(target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<T>): TypedPropertyDescriptor<T> | void; export default bind;