mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-03 07:34:50 +08:00
3 lines
201 B
JavaScript
3 lines
201 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
export const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
|
|
//# sourceMappingURL=sleep.mjs.map
|