UNPKG

@azure/cosmos

Version:
14 lines 396 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.getCurrentTimestampInMs = getCurrentTimestampInMs; /** * @hidden * Utility function to get currentTime in UTC milliseconds. * @returns */ function getCurrentTimestampInMs() { return Date.now(); } //# sourceMappingURL=time.js.map