UNPKG

shareoverlan

Version:

Simple local file sharing over LAN.

7 lines 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const getLocalTime = () => { return new Date(+new Date() + 19800000).toISOString().split('.')[0]; }; exports.default = getLocalTime; //# sourceMappingURL=GetLocalTime.js.map