mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 19:38:02 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user