Added newUUID, getUUID

This commit is contained in:
2024-12-17 23:23:01 +02:00
parent f0be5d3028
commit 04fb164c8d
5 changed files with 53 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
export * from './trim'
export * from './replace'
export * from './caseConversion'
export * from './locale'
export * from './fileSize'
export * from './legacy'
export * from "./trim";
export * from "./replace";
export * from "./caseConversion";
export * from "./locale";
export * from "./fileSize";
export * from "./legacy";
export * from "./uuid";