UNPKG

range-ts

Version:

RangeMap implementation based on Guava

5 lines (4 loc) 64 B
export enum BoundType { OPEN = "OPEN", CLOSED = "CLOSED", }