File "index.d.ts"
Full Path: C:/wamp64/www/INTERPRETE2/frontend/node_modules/@types/raf/index.d.ts
File size: 174 bytes
MIME-type: text/plain
Charset: utf-8
declare const raf: {
(callback: (timestamp: number) => void): number;
cancel: (handle: number) => void;
polyfill: (globalObject?: any) => void;
};
export = raf;