Skip to content

Commit b8caf1b

Browse files
Update index.d.ts add missing randomUuid (#73)
1 parent 9f48754 commit b8caf1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ declare module 'react-native-aes-crypto' {
77
function hmac256(ciphertext: string, key: string): Promise<string>
88
function hmac512(ciphertext: string, key: string): Promise<string>
99
function randomKey(length: number): Promise<string>
10+
function randomUuid(): Promise<string>
1011
function sha1(text: string): Promise<string>
1112
function sha256(text: string): Promise<string>
1213
function sha512(text: string): Promise<string>

0 commit comments

Comments
 (0)