UNPKG

@daysnap/utils

Version:
9 lines (7 loc) 136 B
// src/getDayMillisecond.ts function getDayMillisecond(day = 1) { return day * 24 * 60 * 60 * 1e3; } export { getDayMillisecond };