Type alias ComparableSafe

ComparableSafe: string | number | boolean | undefined | null

Represents a type which it's data can safely be compared, excluding nullables.

Generated using TypeDoc