mirror of
https://github.com/koush/scrypted.git
synced 2026-05-01 12:10:29 +01:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
import {v4 as uuidv4} from 'uuid';
|
|
|
|
export function createMessageId() {
|
|
return uuidv4();
|
|
} |