Files
claude-code/src/utils/ccshareResume.ts
2026-05-01 21:39:30 +08:00

8 lines
324 B
TypeScript

// 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')
}