Skip to content

Commit

Permalink
Fix default values for merge.Options interface
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham authored and Marsup committed Aug 8, 2024
1 parent 7309947 commit 0f0a14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ export namespace merge {
/**
* When true, array value from `source` is merged with the existing value in `target`.
*
* @default false
* @default true
*/
readonly mergeArrays?: boolean;

/**
* Compare symbol properties.
*
* @default true
* @default undefined
*/
readonly symbols?: boolean;
}
Expand Down

0 comments on commit 0f0a14e

Please sign in to comment.