Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComparisonOptions

Hierarchy

  • ComparisonOptions

Index

Properties

ignoreNullFields

ignoreNullFields: boolean

Exclude fields that are null from the objects to compare

ignoreUndefinedFields

ignoreUndefinedFields: boolean

Exclude fields that are undefined from the objects to compare

looseComparison

looseComparison: boolean

Use == instead of === to compare object field values

Generated using TypeDoc