mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-10 09:26:21 +00:00
2 lines
134 B
TypeScript
2 lines
134 B
TypeScript
/** Promise-based sleep that preserves the native global timer contract. */
|
|
export declare function sleep(ms: number): Promise<void>;
|