UNPKG

@anthropic-ai/sdk

Version:

The official TypeScript library for the Anthropic API

9 lines 558 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.PromptCaching = exports.Beta = void 0; var beta_1 = require("./beta.js"); Object.defineProperty(exports, "Beta", { enumerable: true, get: function () { return beta_1.Beta; } }); var index_1 = require("./prompt-caching/index.js"); Object.defineProperty(exports, "PromptCaching", { enumerable: true, get: function () { return index_1.PromptCaching; } }); //# sourceMappingURL=index.js.map