Skip to content

Type Alias: NaturallyOrderable

NaturallyOrderable = number | string

Defined in: types.ts:16

Types with a natural order (</>) usable without an explicit comparator.

Released under the MIT License.