UNPKG

@types/raf

Version:
8 lines (6 loc) 174 B
declare const raf: { (callback: (timestamp: number) => void): number; cancel: (handle: number) => void; polyfill: (globalObject?: any) => void; }; export = raf;