@telostat/prelude - v0.7.0
    Preparing search index...

    Variable orderToNumberConst

    orderToNumber: (order: Order) => number

    Maps the Order enum to the values expected by the standard ECMAScript library when doing comparison (Array.prototype.sort, for example)

    Type Declaration

      • (order: Order): number
      • Parameters

        Returns number