Files
oh-my-opencode/dist/shared/logger.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
118 B
TypeScript

export declare function log(message: string, data?: unknown): void;
export declare function getLogFilePath(): string;