/** * 判断是否为时间格式 */ declare const isDate: (date: any) => boolean; export default isDate;