@anthropic-ai/sdk
Version:
The official TypeScript library for the Anthropic API
3 lines • 605 B
TypeScript
export { Skills, type SkillCreateResponse, type SkillRetrieveResponse, type SkillListResponse, type SkillDeleteResponse, type SkillCreateParams, type SkillRetrieveParams, type SkillListParams, type SkillDeleteParams, type SkillListResponsesPageCursor, } from "./skills.js";
export { Versions, type VersionCreateResponse, type VersionRetrieveResponse, type VersionListResponse, type VersionDeleteResponse, type VersionCreateParams, type VersionRetrieveParams, type VersionListParams, type VersionDeleteParams, type VersionListResponsesPageCursor, } from "./versions.js";
//# sourceMappingURL=index.d.ts.map