UNPKG

abbott-methods

Version:

abbott,methods,method,functions,function

7 lines (6 loc) 209 B
/** * @description 判断时间戳格式是否是毫秒 * @param {Number} timestamp * @returns {Boolean} */ export const timeStampIsMillisecond = (timestamp: number) => String(timestamp).length > 10