UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

4 lines (3 loc) 265 B
export type StatusCallback = (arg: string) => void; export type LineCallback = (line: string, lineIndex: number) => boolean | undefined; export declare function parseLineByLine(buffer: Uint8Array, lineCallback: LineCallback, statusCallback?: StatusCallback): void;