awing-library 2.1.2-dev.96 → 2.1.2-dev.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,8 @@
2
2
  * Xử lý các thao tác số học và toán học một cách tiện lợi.
3
3
  * Hỗ trợ các phép toán phức tạp hoặc tối ưu hóa các logic tính toán thường dùng.
4
4
  */
5
- export type Locale = 'vi' | 'en' | 'ja' | 'th' | 'id';
5
+ /** Danh sách các nước */
6
+ export type Locale = 'vi' | 'en' | 'ja' | 'th' | 'id' | 'fil';
6
7
  export declare function formatNumberByLocale(value?: number | bigint, lang?: string, locale?: string): string;
7
8
  export declare function roundDecimalNumber(number: any): string | null;
8
9
  export declare function WMAPEcalculator(data: any): number | "∞";