This commit is contained in:
Luiz Silva 2025-08-13 10:33:32 -03:00
parent e36137e33e
commit f6dcff3693
5 changed files with 6 additions and 10 deletions

View file

@ -218,7 +218,7 @@ declare const validarUuid: (uuid: string | number | undefined | null) => boolean
* @param grupo - Opcional. Namespace para separar domínios diferentes de UUIDs.
* @returns UUID v3 (determinístico)
*/
declare const uuidV3: (chave: any, grupo?: string | number) => string;
declare const uuidV3: (chave: any, grupo?: any) => string;
/**
* Gera um UUID v4 (aleatório, não determinístico).
*