Skip to content

Commit

Permalink
Add config type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Dec 17, 2020
1 parent d925bfe commit 84a2797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openpgp.d.ts
Expand Up @@ -310,6 +310,7 @@ export namespace config {
let ignoreMdcError: boolean;
let checksumRequired: boolean;
let rsaBlinding: boolean;
let minRsaBits: number;
let passwordCollisionCheck: boolean;
let revocationsExpire: boolean;
let useNative: boolean;
Expand Down

0 comments on commit 84a2797

Please sign in to comment.