Spaces:
Build error
Build error
File size: 290 Bytes
c211499 |
1 2 3 4 5 6 7 8 |
/**
* 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';
|