Skip to content

Commit 779a832

Browse files
authored
unwrap was missing in type defintion
1 parent 496657b commit 779a832

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
@@ -108,6 +108,7 @@ declare namespace NodeVault {
108108
encryptData(options?: Option): Promise<any>;
109109
decryptData(options?: Option): Promise<any>;
110110
generateDatabaseCredentials(options?: Option): Promise<any>;
111+
unwrap(options?: Option): Promise<any>;
111112
}
112113

113114
interface VaultOptions {

0 commit comments

Comments
 (0)