UNPKG

esiil

Version:

Minimalist library for EVE Online's ESI

8 lines 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._nowInSeconds = void 0; function _nowInSeconds() { return Math.round(Date.now() / 1000); } exports._nowInSeconds = _nowInSeconds; //# sourceMappingURL=Time.js.map