diff --git a/src/litegraph.ts b/src/litegraph.ts index d26a92eda..f166ec10d 100644 --- a/src/litegraph.ts +++ b/src/litegraph.ts @@ -141,3 +141,4 @@ export type { } from "./types/serialisation" export type { IWidget } from "./types/widgets" export { isColorable } from "./utils/type" +export { createUuidv4 } from "./utils/uuid"