UNPKG

@rangeljl/shared

Version:

A set of functions that are used in a lot of places

5 lines (4 loc) 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const millisecondsTimestampToUnix = (timestam) => Math.floor(timestam / 1000); exports.default = millisecondsTimestampToUnix;