UNPKG

@azure/communication-chat

Version:
13 lines 310 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { randomUUID } from "@azure/core-util"; /** * Generated Universally Unique Identifier * * @returns RFC4122 v4 UUID. * @internal */ export function generateUuid() { return randomUUID(); } //# sourceMappingURL=uuid.js.map