claude-code/src/utils/ccshareResume.ts

5 lines
320 B
TypeScript
Raw Normal View History

2026-03-31 20:40:16 +08:00
// Auto-generated stub — replace with real implementation
import type { LogOption } from 'src/types/logs.js';
export const parseCcshareId: (resume: string) => string | null = () => null;
export const loadCcshare: (ccshareId: string) => Promise<LogOption> = async () => { throw new Error('ccshare not implemented'); };