UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

6 lines (5 loc) 169 B
/** * Returns a new text line stream transformer. * @returns {Transformer<string, string[]>} */ export function textLineTransformer(): Transformer<string, string[]>;