UNPKG

@anthropic-ai/sdk

Version:

The official TypeScript library for the Anthropic API

12 lines (8 loc) 262 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import * as Core from "./core.js"; export class APIResource { protected _client: Core.APIClient; constructor(client: Core.APIClient) { this._client = client; } }