UNPKG

@taiga-ui/event-plugins

Version:

This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation

3 lines (2 loc) 146 B
export type Predicate<T> = (this: T, ...args: any[]) => boolean; export declare function shouldCall<T>(predicate: Predicate<T>): MethodDecorator;