UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

3 lines (2 loc) 240 B
/** Decorator "bind" allows to bind prototype method context to class instance */ export declare function bind<Fn extends Function>(target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<Fn>): TypedPropertyDescriptor<Fn>;