Skip to content

Commit

Permalink
Update base.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Jul 16, 2024
1 parent 965d441 commit 858f614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export type ParseOptions = {
It is possible to provide a custom function as the parameter type. The parameter's value will equal the function's return value (see example 4).
NOTE: array types (`string[]` and `number[]`) will have no effect if `arrayFormat` is set to `none` (see example 5).
NOTE: Array types (`string[]` and `number[]`) will have no effect if `arrayFormat` is set to `none` (see example 5).
@default {}
Expand Down

0 comments on commit 858f614

Please sign in to comment.