Files
oh-my-opencode/dist/cli/run/timestamp-output.d.ts
T
2026-03-14 04:56:50 +00:00

6 lines
239 B
TypeScript

export declare function createTimestampTransformer(now?: () => Date): (chunk: string) => string;
export declare function createTimestampedStdoutController(stdout?: NodeJS.WriteStream): {
enable: () => void;
restore: () => void;
};