@anthropic-ai/sdk
Version:
The official TypeScript library for the Anthropic API
9 lines • 561 B
JavaScript
;
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
Object.defineProperty(exports, "__esModule", { value: true });
exports.Work = exports.Environments = void 0;
var environments_1 = require("./environments.js");
Object.defineProperty(exports, "Environments", { enumerable: true, get: function () { return environments_1.Environments; } });
var work_1 = require("./work.js");
Object.defineProperty(exports, "Work", { enumerable: true, get: function () { return work_1.Work; } });
//# sourceMappingURL=index.js.map