mirror of
https://github.com/Onewon/claude-code.git
synced 2026-04-26 06:41:16 +03:00
8 lines
290 B
JavaScript
8 lines
290 B
JavaScript
/**
|
|
* 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';
|