mirror of
https://github.com/Onewon/claude-code.git
synced 2026-04-26 06:41:16 +03:00
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
/**
|
|
* Disclaimer: modules in _shims aren't intended to be imported by SDK users.
|
|
*/
|
|
export * from "../node-runtime.js";
|
|
//# sourceMappingURL=runtime-node.d.ts.map
|