UNPKG

@daysnap/utils

Version:
9 lines (7 loc) 222 B
/** * str 转换成 date * fix iOS 日期时间格式如果是 - 就会报错的问题 * @deprecated 请使用 @see {@link normalizeDate}. */ declare function formatDateStr(v: string): Date; export { formatDateStr };