UNPKG

@anthropic-ai/sdk

Version:

The official TypeScript library for the Anthropic API

3 lines 201 B
// 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