MCPcopy Create free account
hub / github.com/denoland/std / readLine

Method readLine

csv/_io.ts:55–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54export interface LineReader {
55 readLine(): Promise<string | null>;
56 isEOF(): boolean;
57}
58

Callers 2

parseRecordFunction · 0.65
#pullMethod · 0.65

Implementers 1

StreamLineReadercsv/parse_stream.ts

Calls

no outgoing calls

Tested by

no test coverage detected