Skip to content

webshrine / stdlib/src / CompareResult

Enumeration: CompareResult

Enumeration Members

A_IS_GREATER

A_IS_GREATER: 1

Defined in

packages/stdlib/src/comparators/helpers.ts:6


B_IS_GREATER

B_IS_GREATER: -1

Defined in

packages/stdlib/src/comparators/helpers.ts:7


EQUAL

EQUAL: 0

Defined in

packages/stdlib/src/comparators/helpers.ts:5