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

Interface InfoCallback

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

Source from the content-addressed store, hash-verified

55}
56
57export interface InfoCallback extends Info {
58 /**
59 * Normalized version of `options.columns` when `options.columns` is true, boolean otherwise.
60 */
61 readonly columns: boolean | { name: string }[] | { disabled: true }[];
62}
63
64export interface InfoDataSet extends Info {
65 readonly column: number | string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected