Skip to content

Documentation / device / CompareFunc

Type Alias: CompareFunc

CompareFunc = "always" | "le" | "ge" | "lt" | "gt" | "eq" | "ne" | "never"

Defined in: libs/device/src/base_types.ts:72

The comparison function type

Released under the MIT License.