diff --git a/index.d.ts b/index.d.ts index 186a7e5..8275665 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,7 +1,7 @@ export declare class Crypto implements globalThis.Crypto { public subtle: SubtleCrypto; public getRandomValues(array: T): T; - public randomUUID(): string; + randomUUID(): `${string}-${string}-${string}-${string}-${string}`; } export declare class CryptoKey implements globalThis.CryptoKey {