Files
oh-my-opencode/dist/shared/logger.d.ts
T

3 lines
118 B
TypeScript
Raw Normal View History

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