UNPKG

@azure/cosmos

Version:
11 lines 267 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * @hidden * Utility function to get currentTime in UTC milliseconds. * @returns */ export function getCurrentTimestampInMs() { return Date.now(); } //# sourceMappingURL=time.js.map