mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 02:07:56 +00:00
10 lines
321 B
TypeScript
10 lines
321 B
TypeScript
import type { SiDef } from '../types.js';
|
|
/** @internal */
|
|
export declare const SI_MID = 8;
|
|
/** @internal */
|
|
export declare const SI: SiDef[];
|
|
/** @internal */
|
|
export declare function findSi(type: string): SiDef;
|
|
/** @internal */
|
|
export declare function calcSi(text: string, decimals: number, forceUnit?: string): SiDef;
|