Files
oh-my-opencode/dist/cli/run/timestamp-output.d.ts
T

6 lines
239 B
TypeScript
Raw Normal View History

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