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