build
This commit is contained in:
parent
e36137e33e
commit
f6dcff3693
5 changed files with 6 additions and 10 deletions
|
|
@ -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).
|
||||
*
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue