Skip to content

parseRecords

parseRecords(stdout, delimiter): string[]

Defined in: src/parsers/index.ts:68

Parse delimited records (e.g., NUL-terminated for —format with %x00)

Parameters

stdout

string

Raw stdout string

delimiter

string = ‘\0’

Record delimiter (default: ‘\0’)

Returns

string[]

Array of records