Type Alias: CsvValue
CsvValue =
string|number|null|undefined
Defined in: src/lib/csv/index.ts:8
Pure CSV helpers (no I/O), RFC 4180-style quoting.
A field is quoted when it contains a comma, double-quote, or newline; embedded quotes are doubled. Used by the admin report route handlers.