1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

Update index.d.ts

This commit is contained in:
Bernd Schoolmann
2024-12-10 12:58:37 +01:00
parent c282323b2a
commit 49ee29d604

View File

@@ -3,6 +3,7 @@
/* auto-generated by NAPI-RS */
export declare function runCommand(value: string): Promise<string>
export declare namespace passwords {
/** Fetch the stored password from the keychain. */
export function getPassword(service: string, account: string): Promise<string>
@@ -130,9 +131,6 @@ export declare namespace ephemeral_values {
remove(key: string): void
}
}
export declare namespace autofill {
export function runCommand(value: string): Promise<string>
}
export declare namespace crypto {
export function argon2(secret: Buffer, salt: Buffer, iterations: number, memory: number, parallelism: number): Promise<Buffer>
}