UNPKG

@anthropic-ai/sdk

Version:

The official TypeScript library for the Anthropic API

4 lines (2 loc) 182 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. export const sleep = (ms: number) => new Promise<void>((resolve) => setTimeout(resolve, ms));