UNPKG

abbott-methods

Version:

abbott,methods,method,functions,function

7 lines (6 loc) 194 B
/** * @description 是否date类型 * @param {*} typeValue * @returns {Boolean} */ export const typeDate = (typeValue: any) => typeValue instanceof Date && !isNaN(typeValue.getTime())