UNPKG

@fractorysolutions/safe-units

Version:
4 lines (3 loc) 156 B
export type Exponent = "-5" | "-4" | "-3" | "-2" | "-1" | "0" | "1" | "2" | "3" | "4" | "5"; export type MinExponent = "-5"; export type MaxExponent = "5";