From 0b4b420445351ddf23b7845263d4d88470cd895f Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:39:19 +1100 Subject: [PATCH] Add lib export: createUuidv4 (#800) --- src/litegraph.ts | 1 + 1 file changed, 1 insertion(+) 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"