@fractorysolutions/safe-units
Version:
Type-safe TypeScript units of measure
12 lines (11 loc) • 315 B
TypeScript
import * as Imperial from "./imperial";
import * as Trig from "./trig";
import * as US from "./uscu";
export * from "./angle";
export * from "./base";
export * from "./common";
export * from "./memory";
export * from "./metric";
export * from "./other";
export * from "./quantities";
export { Imperial, Trig, US };