Interface: ArrayUniqueOptions
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
ignoreUndefined? | boolean | if true, undefined values for the dot notation string comparator will not cause the array to fail on uniqueness. Default false | - |
separator? | string | false | overrides the default . hierarchy separator. Set to false to treat the key as a literal value. Default '.' | HierarchySeparatorOptions.separator |