readLines(path: string | URL): Source<string, ReadFileError>
Streams lines from a text file one at a time using node:readline.
path: string | URL
Source<string, ReadFileError>
readLines(path: string | URL): Source<string, ReadFileError>
Streams lines from a text file one at a time using node:readline.
path: string | URL
Source<string, ReadFileError>
import { readLines } from ".";