TS: Allow nullable date in VerifyOptions (#1644)
This commit is contained in:
parent
fe420d0bf9
commit
111132238d
2
openpgp.d.ts
vendored
2
openpgp.d.ts
vendored
|
@ -658,7 +658,7 @@ interface VerifyOptions {
|
||||||
/** (optional) detached signature for verification */
|
/** (optional) detached signature for verification */
|
||||||
signature?: Signature;
|
signature?: Signature;
|
||||||
/** (optional) use the given date for verification instead of the current time */
|
/** (optional) use the given date for verification instead of the current time */
|
||||||
date?: Date;
|
date?: Date | null;
|
||||||
config?: PartialConfig;
|
config?: PartialConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user