Skip to content

Commit

Permalink
typings doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Sep 5, 2023
1 parent eed0651 commit 8522942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/uDSV.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type DeepReadonly<T> = {
}

export interface InferSchemaOpts {
/** should return an array whose length is how many header rows to skip, and should include an UntypedRow to use for col names */
/** should return an array whose length is how many header rows to skip, and should include a string[] to use for col names */
header?: (rows: string[]) => (string[] | null)[]; // default: rows => [rows[0]]

/** column delimiter (null = infer, ',' = comma) */
Expand Down

0 comments on commit 8522942

Please sign in to comment.