UNPKG

250 BTypeScriptView Raw
1import type { SiDef } from '../types';
2export declare const SI_MID = 8;
3export declare const SI: SiDef[];
4export declare function findSi(type: string): SiDef;
5export declare function calcSi(text: string, decimals: number, forceUnit?: string): SiDef;