UNPKG

174 BTypeScriptView Raw
1declare const raf: {
2 (callback: (timestamp: number) => void): number;
3 cancel: (handle: number) => void;
4 polyfill: (globalObject?: any) => void;
5};
6
7export = raf;