UNPKG

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