UNPKG

@plugnet/util

Version:
10 lines (9 loc) 274 B
export interface SiDef { power: number; text: string; value: string; } export declare const SI_MID = 8; export declare const SI: SiDef[]; export declare function calcSi(text: string, decimals: number): SiDef; export declare function findSi(type: string): SiDef;