chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export interface HashlineChunkFormatter {
|
||||
push(formattedLine: string): string[];
|
||||
flush(): string | undefined;
|
||||
}
|
||||
interface HashlineChunkFormatterOptions {
|
||||
maxChunkLines: number;
|
||||
maxChunkBytes: number;
|
||||
}
|
||||
export declare function createHashlineChunkFormatter(options: HashlineChunkFormatterOptions): HashlineChunkFormatter;
|
||||
export {};
|
||||
Reference in New Issue
Block a user