Temporal Utils by Ian Macalinao
    Preparing search index...

    Type Alias TemporalComparator<T>

    TemporalComparator: (a: T, b: T) => -1 | 0 | 1

    Type Parameters

    Type declaration

      • (a: T, b: T): -1 | 0 | 1
      • Parameters

        Returns -1 | 0 | 1