mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
Merge branch 'main' into feature/passkey-provider
This commit is contained in:
13
apps/desktop/desktop_native/napi/index.d.ts
vendored
13
apps/desktop/desktop_native/napi/index.d.ts
vendored
@@ -187,3 +187,16 @@ export declare namespace autofill {
|
||||
export declare namespace crypto {
|
||||
export function argon2(secret: Buffer, salt: Buffer, iterations: number, memory: number, parallelism: number): Promise<Buffer>
|
||||
}
|
||||
export declare namespace passkey_authenticator {
|
||||
export function register(): void
|
||||
}
|
||||
export declare namespace logging {
|
||||
export const enum LogLevel {
|
||||
Trace = 0,
|
||||
Debug = 1,
|
||||
Info = 2,
|
||||
Warn = 3,
|
||||
Error = 4
|
||||
}
|
||||
export function initNapiLog(jsLogFn: (err: Error | null, arg0: LogLevel, arg1: string) => any): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user