Skip to content

Commit

Permalink
docs: Clarify sortMapEntries non-effect on parsing (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed May 14, 2021
1 parent 5216dad commit 025fd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export type SchemaOptions = {
/**
* When adding to or stringifying a map, sort the entries.
* If `true`, sort by comparing key values with `<`.
* Does not affect item order when parsing.
*
* Default: `false`
*/
Expand Down

0 comments on commit 025fd94

Please sign in to comment.