UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

5 lines (4 loc) 55 B
export interface Range<T> { low: T; high: T; }