// Copyright (c) Microsoft Corporation.// Licensed under the MIT License./**
* @hidden
* Utility function to get currentTime in UTC milliseconds.
* @returns
*/exportfunctiongetCurrentTimestampInMs() {
returnDate.now();
}
//# sourceMappingURL=time.js.map