We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
columns
Info
1 parent 204b796 commit 2dd2a92Copy full SHA for 2dd2a92
1 file changed
packages/csv-parse/lib/index.d.ts
@@ -234,6 +234,10 @@ export interface Info {
234
* Number of non uniform records when `relax_column_count` is true.
235
*/
236
readonly invalid_field_length: number;
237
+ /**
238
+ * Normalized verion of `options.columns` when `options.columns` is true, boolean otherwise.
239
+ */
240
+ readonly columns: boolean | { name: string }[] | { disabled: true }[];
241
}
242
243
export type CsvErrorCode =
0 commit comments