UNPKG

@legendapp/tools

Version:
4 lines (3 loc) 217 B
export declare function hasAnimationFrameOnce(name: string): boolean; export declare function animationFrameOnce(name: string, cb: Function): void; export declare function clearAnimationFrameOnce(name: string): void;