UNPKG

1.15 kBTypeScriptView Raw
1export const ARRAY: "array";
2export const BIT: "bit";
3export const BITS: "bits";
4export const BYTE: "byte";
5export const BYTES: "bytes";
6export const EMPTY: "";
7export const EXPONENT: "exponent";
8export const FUNCTION: "function";
9export const IEC: "iec";
10export const INVALID_NUMBER: "Invalid number";
11export const INVALID_ROUND: "Invalid rounding method";
12export const JEDEC: "jedec";
13export const OBJECT: "object";
14export const PERIOD: ".";
15export const ROUND: "round";
16export const S: "s";
17export const SI_KBIT: "kbit";
18export const SI_KBYTE: "kB";
19export const SPACE: " ";
20export const STRING: "string";
21export const ZERO: "0";
22export namespace STRINGS {
23 namespace symbol {
24 namespace iec {
25 const bits: string[];
26 const bytes: string[];
27 }
28 namespace jedec {
29 const bits_1: string[];
30 export { bits_1 as bits };
31 const bytes_1: string[];
32 export { bytes_1 as bytes };
33 }
34 }
35 namespace fullform {
36 const iec_1: string[];
37 export { iec_1 as iec };
38 const jedec_1: string[];
39 export { jedec_1 as jedec };
40 }
41}