@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
14 lines • 396 B
JavaScript
;
// 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