raf.d.ts 106 B

12
  1. export declare const rAF: (fn: () => void) => number;
  2. export declare const cAF: (handle: number) => void;