UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 148 B
/** * 获取多少天的毫秒数 默认获取1天的 */ declare function getDayMillisecond(day?: number): number; export { getDayMillisecond };