Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 840 Bytes

File metadata and controls

17 lines (10 loc) · 840 Bytes

Pathist v1.3.0


Pathist / ComparisonOptions

Interface: ComparisonOptions

Defined in: pathist.ts:2643

Options for comparing paths.

Properties

Property Type Default value Description Defined in
indices? Indices The path instance's indices setting How to handle numeric indices during comparison. - Pathist.Indices.Preserve: Indices must match exactly - Pathist.Indices.Ignore: Any numeric index matches any other numeric index pathist.ts:2650