Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArrayUniqueOptions

Hierarchy

Index

Properties

Optional ignoreUndefined

0.0.46 provide
ignoreUndefined: boolean

if true, undefined values for the dot notation string comparator will not cause the array to fail on uniqueness.

default

false

Optional separator

0.0.46 provide
separator: string | false

overrides the default . hierarchy separator. Set to false to treat the key as a literal value.

default

'.'