UNPKG

@anthropic-ai/sdk

Version:

The official TypeScript library for the Anthropic API

8 lines (7 loc) 290 B
/** * Disclaimer: modules in _shims aren't intended to be imported by SDK users. */ import * as shims from './registry.mjs'; import * as auto from '@anthropic-ai/sdk/_shims/auto/runtime'; if (!shims.kind) shims.setShims(auto.getRuntime(), { auto: true }); export * from './registry.mjs';