mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-06 17:13:40 +00:00
3 lines
134 B
TypeScript
3 lines
134 B
TypeScript
/** Promise-based sleep that preserves the native global timer contract. */
|
|
export declare function sleep(ms: number): Promise<void>;
|