UNPKG

@fractorysolutions/safe-units

Version:
25 lines (24 loc) 887 B
import { Area, Length, Mass, Time } from "./quantities"; export declare const minutes: Time; export declare const hours: Time; export declare const days: Time; export declare const inches: Length; export declare const thous: Length; export declare const feet: Length; export declare const yards: Length; export declare const chains: Length; export declare const furlongs: Length; export declare const miles: Length; export declare const leagues: Length; export declare const fathoms: Length; export declare const cables: Length; export declare const nauticalMiles: Length; export declare const links: Length; export declare const rods: Length; export declare const perches: Area; export declare const roods: Area; export declare const acres: Area; export declare const grams: Mass; export declare const pounds: Mass; export declare const grains: Mass; export declare const ounces: Mass;