minutool 1.0.2 → 1.0.4
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.
- package/dist/index.d.ts +8 -0
- package/dist/minutool.js +222 -218
- package/dist/minutool.js.map +1 -1
- package/dist/minutool.umd.cjs +3 -3
- package/dist/minutool.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1108,8 +1108,12 @@ export declare const mmToTwip: (mm: number) => number;
|
|
|
1108
1108
|
|
|
1109
1109
|
export declare const MONTH_NAMES_CN: string[];
|
|
1110
1110
|
|
|
1111
|
+
export declare const MONTH_NAMES_EN: string[];
|
|
1112
|
+
|
|
1111
1113
|
export declare const MONTH_NAMES_SHORT_CN: string[];
|
|
1112
1114
|
|
|
1115
|
+
export declare const MONTH_NAMES_SHORT_EN: string[];
|
|
1116
|
+
|
|
1113
1117
|
export declare const MONTH_NOW: number;
|
|
1114
1118
|
|
|
1115
1119
|
/**
|
|
@@ -1617,8 +1621,12 @@ export declare const utf8Encode: (srcStr: string) => string;
|
|
|
1617
1621
|
|
|
1618
1622
|
export declare const WEEK_DAY_NAMES_CN: string[];
|
|
1619
1623
|
|
|
1624
|
+
export declare const WEEK_DAY_NAMES_EN: string[];
|
|
1625
|
+
|
|
1620
1626
|
export declare const WEEK_DAY_NAMES_SHORT_CN: string[];
|
|
1621
1627
|
|
|
1628
|
+
export declare const WEEK_DAY_NAMES_SHORT_EN: string[];
|
|
1629
|
+
|
|
1622
1630
|
export declare const YEAR_NOW: number;
|
|
1623
1631
|
|
|
1624
1632
|
export { }
|