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 22, 2020
1 parent 9339e16 commit c67a159
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 c67a159

Please sign in to comment.