We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9056293 commit a26f5d7Copy full SHA for a26f5d7
1 file changed
packages/csv-parse/lib/index.d.ts
@@ -32,6 +32,7 @@ export interface CastingContext {
32
readonly index: number;
33
readonly quoting: boolean;
34
readonly lines: number;
35
+ readonly raw: string | undefined;
36
readonly records: number;
37
readonly invalid_field_length: number;
38
}
0 commit comments