UNPKG

@eventcatalogtest/studio

Version:

A drag and drop UI for distributed systems that keeps your diagrams where they belong – in your repo

7 lines (5 loc) 187 B
import ShortUniqueId from 'short-unique-id'; const uid = new ShortUniqueId({ length: 5 }); export function getNodeId(nodeType: string) { return nodeType + "-" + uid.randomUUID(5); }