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

Interface ColumnOption

packages/csv-stringify/lib/index.d.ts:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32export type PlainObject<T> = Record<string, T>;
33export type Input = unknown[];
34export interface ColumnOption {
35 key: string | (string | number)[];
36 header?: string;
37}
38export interface CastingContext {
39 readonly column?: number | string;
40 readonly header: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected