UNPKG

@anthropic-ai/sdk

Version:

The official TypeScript library for the Anthropic API

14 lines (13 loc) 401 B
/** * Disclaimer: modules in _shims aren't intended to be imported by SDK users. */ const shims = require('./registry'); const auto = require('@anthropic-ai/sdk/_shims/auto/runtime'); if (!shims.kind) shims.setShims(auto.getRuntime(), { auto: true }); for (const property of Object.keys(shims)) { Object.defineProperty(exports, property, { get() { return shims[property]; }, }); }