MCPcopy
hub / github.com/adaltas/node-csv / InfoDataSet

Interface InfoDataSet

packages/csv-parse/lib/index.d.ts:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64export interface InfoDataSet extends Info {
65 readonly column: number | string;
66}
67
68export interface InfoRecord extends InfoDataSet {
69 readonly error: CsvError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected