Urara-Blog/node_modules/.pnpm-store/v3/files/19/5b1124c6121ea1c50045fcb614134edcaa9001304e1c3a2a5e9f7951a360c3d0778b99252795778b92381450a9011bfe7c6f5abfeb4fc56c2cc6efd44cd6b2
2022-08-14 01:14:53 +08:00

6 lines
268 B
Text

import { noop } from './utils';
export declare const is_client: boolean;
export declare let now: () => number;
export declare let raf: typeof noop | ((cb: any) => number);
export declare function set_now(fn: any): void;
export declare function set_raf(fn: any): void;