mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 19:19:13 +08:00
6 lines
268 B
Text
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;
|