@gecut/utilities
Version:
The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.
12 lines (11 loc) • 536 B
TypeScript
export declare const nextAnimationFrame: typeof globalThis.requestAnimationFrame;
export declare const nextIdleCallback: typeof globalThis.requestIdleCallback;
export declare const cancelNextAnimationFrame: typeof globalThis.cancelAnimationFrame;
export declare const cancelNextIdleCallback: typeof globalThis.cancelIdleCallback;
export declare const supported: {
cancelIdleCallback: boolean;
requestIdleCallback: boolean;
cancelAnimationFrame: boolean;
requestAnimationFrame: boolean;
};
//# sourceMappingURL=polyfill.d.ts.map