interface NormalizerOptions {
    sortLists?: boolean;
}

Properties

Properties

sortLists?: boolean

Whether to sort lists in normalization results. Sorted lists make the output reproducible.