UNPKG

@anthropic-ai/sdk

Version:

The official TypeScript library for the Anthropic API

5 lines 198 B
/** * Basic re-implementation of `qs.stringify` for primitive types. */ export declare function stringifyQuery(query: object | Record<string, unknown>): string; //# sourceMappingURL=query.d.ts.map