Skip to content

Latest commit

 

History

History
78 lines (45 loc) · 1.5 KB

objectSorter.SorterOptions.md

File metadata and controls

78 lines (45 loc) · 1.5 KB

# Node object hash / objectSorter / SorterOptions

Interface: SorterOptions

objectSorter.SorterOptions

Object sorter options

Hierarchy

Table of contents

Properties

Properties

coerce

Optional coerce: boolean | CoerceOptions

If true enables type coercion. Advanced coerce options could be provided as object

Default

true;

Defined in

objectSorter.ts:170


sort

Optional sort: boolean | SortOptions

If true enables sorting. Advanced sorting options could be provided as object

Default

true;

Defined in

objectSorter.ts:176


trim

Optional trim: boolean | TrimOptions

If true enables trimming and multiple whitespace replacement. Advanced sorting options could be provided as object.

Default

false;

Defined in

objectSorter.ts:182