mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 05:45:51 +00:00
8 lines
324 B
TypeScript
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')
|
|
}
|