Constructors

Properties

Constructors

Properties

$get: (() => {
    cacheKey(node: HTMLElement, method: string, addClass?: string, removeClass?: string): string;
    containsCachedAnimationWithoutDuration(key: string): boolean;
    count(key: string): number;
    flush(): void;
    get(key: string): any;
    put(key: string, value: any, isValid: boolean): void;
})[]