UNPKG

@daysnap/utils

Version:
8 lines (6 loc) 157 B
/** * 解析成Date * @deprecated 请使用 normalizeDate() 方法 */ declare function parseDate(v: string | Date | number): Date; export { parseDate };