UNPKG

@fractorysolutions/safe-units

Version:
11 lines (10 loc) 425 B
import { Area, Length, Mass, Pressure, Velocity, Volume } from "./quantities"; export declare const carats: Mass; export declare const angstroms: Length; export declare const ares: Area; export declare const hectares: Area; export declare const liters: Volume; export declare const speedOfLight: Velocity; export declare const bars: Pressure; export declare const atmospheres: Pressure; export declare const torrs: Pressure;