@tsdotnet/compare - v1.7.4
    Preparing search index...

    Type Alias OrderOrValue

    OrderOrValue: Order | OrderValue | 1 | -1

    Union type that accepts OrderValue, Order enum, or numeric literals for maximum flexibility. This allows functions to accept either the const enum (for performance), the regular enum (for public API usage), or raw numeric values.