Type Alias KeySorter

KeySorter: (a: KeyValueEncoded, b: KeyValueEncoded) => number

Sort keys in an object or Map before encoding. Only the first element of the array can be used for sorting.

Type declaration