chore: include pre-built dist for github install
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
export declare function createTimestampTransformer(now?: () => Date): (chunk: string) => string;
|
||||
export declare function createTimestampedStdoutController(stdout?: NodeJS.WriteStream): {
|
||||
enable: () => void;
|
||||
restore: () => void;
|
||||
};
|
||||
Reference in New Issue
Block a user