UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 127 B
/** * 验证是否有效日期 */ declare function isValidDate(v: string | number | Date): boolean; export { isValidDate };