UNPKG

@fractorysolutions/safe-units

Version:
40 lines (39 loc) 1.9 kB
import { PrefixFn } from "../measure/genericMeasureUtils"; import * as Quantity from "./quantities"; export declare const hertz: Quantity.Frequency; export declare const newtons: Quantity.Force; export declare const pascals: Quantity.Pressure; export declare const joules: Quantity.Energy; export declare const watts: Quantity.Power; export declare const volts: Quantity.Voltage; export declare const coulombs: Quantity.ElectricCharge; export declare const farads: Quantity.ElectricalCapacitance; export declare const ohms: Quantity.ElectricalResistance; export declare const siemens: Quantity.ElectricalConductance; export declare const henrys: Quantity.ElectricalInductance; export declare const webers: Quantity.MagneticFlux; export declare const teslas: Quantity.MagneticFluxDensity; export declare const sieverts: Quantity.RadiationDose; export declare const katals: Quantity.CatalyticActivity; export declare const lumens: Quantity.LuminousFlux; export declare const luxes: Quantity.Illuminance; export declare const yotta: PrefixFn; export declare const zetta: PrefixFn<number>; export declare const exa: PrefixFn<number>; export declare const peta: PrefixFn<number>; export declare const tera: PrefixFn<number>; export declare const giga: PrefixFn<number>; export declare const mega: PrefixFn<number>; export declare const kilo: PrefixFn<number>; export declare const hecto: PrefixFn<number>; export declare const deca: PrefixFn<number>; export declare const deci: PrefixFn<number>; export declare const centi: PrefixFn<number>; export declare const milli: PrefixFn<number>; export declare const micro: PrefixFn<number>; export declare const nano: PrefixFn<number>; export declare const pico: PrefixFn<number>; export declare const femto: PrefixFn<number>; export declare const atto: PrefixFn<number>; export declare const zepto: PrefixFn<number>; export declare const yocto: PrefixFn<number>;