@171h/utils
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -288,3 +288,3 @@ /** | ||
*/ | ||
declare function minDate(...dates: Date[]): Date; | ||
declare function minDate(...dates: Date[]): Date | undefined; | ||
/** | ||
@@ -295,3 +295,3 @@ * 求给定日期的最大值 | ||
*/ | ||
declare function maxDate(...dates: Date[]): Date; | ||
declare function maxDate(...dates: Date[]): Date | undefined; | ||
@@ -298,0 +298,0 @@ declare const isDef: <T = any>(val?: T | undefined) => val is T; |
{ | ||
"name": "@171h/utils", | ||
"type": "module", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"packageManager": "pnpm@8.1.1", | ||
@@ -6,0 +6,0 @@ "description": "", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31946