default: {
    AlternatingIndexGenerator: typeof AlternatingIndexGenerator;
    IterableStreamClosedError: typeof IterableStreamClosedError;
    Sorted: {
        findIndex: typeof findIndex;
        findIndexWithPivot: typeof findIndexWithPivot;
        insertSorted: typeof insertSorted;
        sortedIndex: typeof sortedIndex;
    };
    equals: typeof equals;
    readToEnd: typeof readToEnd;
}

Type declaration

  • AlternatingIndexGenerator: typeof AlternatingIndexGenerator
  • IterableStreamClosedError: typeof IterableStreamClosedError
  • Sorted: {
        findIndex: typeof findIndex;
        findIndexWithPivot: typeof findIndexWithPivot;
        insertSorted: typeof insertSorted;
        sortedIndex: typeof sortedIndex;
    }
    • findIndex: typeof findIndex
    • findIndexWithPivot: typeof findIndexWithPivot
    • insertSorted: typeof insertSorted
    • sortedIndex: typeof sortedIndex
  • equals: typeof equals
  • readToEnd: typeof readToEnd

Generated using TypeDoc