UNPKG

@daysnap/utils

Version:
9 lines (5 loc) 226 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/getDayMillisecond.ts function getDayMillisecond(day = 1) { return day * 24 * 60 * 60 * 1e3; } exports.getDayMillisecond = getDayMillisecond;