UNPKG

@0xcert/utils

Version:

General utility module with common helper functions.

8 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toSeconds = void 0; function toSeconds(milliseconds) { return parseInt(`${parseFloat(`${milliseconds}`) / 1000}`) || 0; } exports.toSeconds = toSeconds; //# sourceMappingURL=to-seconds.js.map