MCPcopy Create free account
hub / github.com/Keyang/node-csvtojson / StringToLinesResult

Interface StringToLinesResult

v2/fileline.d.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 */
8export declare function stringToLines(data: string, param: ParseRuntime): StringToLinesResult;
9export interface StringToLinesResult {
10 lines: Fileline[];
11 /**
12 * last line which could be incomplete line.
13 */
14 partial: string;
15}
16export type Fileline = string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected