minutool 1.0.3 → 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 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 { }
package/dist/minutool.js CHANGED
@@ -1174,7 +1174,9 @@ export {
1174
1174
  Mt as MIME_MULTIPART,
1175
1175
  hn as MIME_TEXT,
1176
1176
  Yn as MONTH_NAMES_CN,
1177
+ Ht as MONTH_NAMES_EN,
1177
1178
  $n as MONTH_NAMES_SHORT_CN,
1179
+ Ft as MONTH_NAMES_SHORT_EN,
1178
1180
  Sn as MONTH_NOW,
1179
1181
  T as ONE_DAY,
1180
1182
  Nn as ONE_HOUR,
@@ -1192,7 +1194,9 @@ export {
1192
1194
  R as TRIM_LEFT,
1193
1195
  ot as TRIM_RIGHT,
1194
1196
  jn as WEEK_DAY_NAMES_CN,
1197
+ Lt as WEEK_DAY_NAMES_EN,
1195
1198
  Gn as WEEK_DAY_NAMES_SHORT_CN,
1199
+ kt as WEEK_DAY_NAMES_SHORT_EN,
1196
1200
  Mn as YEAR_NOW,
1197
1201
  Ct as abortableFetch,
1198
1202
  $t as arrayChunk,