UNPKG

ntp-time-sync

Version:

Fetches the current time from NTP servers and returns offset information

7 lines 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NtpTimeSyncDefaultOptions = exports.NtpTimeSync = void 0; var NtpTimeSync_js_1 = require("./NtpTimeSync.js"); Object.defineProperty(exports, "NtpTimeSync", { enumerable: true, get: function () { return NtpTimeSync_js_1.NtpTimeSync; } }); Object.defineProperty(exports, "NtpTimeSyncDefaultOptions", { enumerable: true, get: function () { return NtpTimeSync_js_1.NtpTimeSyncDefaultOptions; } }); //# sourceMappingURL=index.js.map