mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
[elliptic] pers option in genKeyPair method is optional
This commit is contained in:
2
types/elliptic/index.d.ts
vendored
2
types/elliptic/index.d.ts
vendored
@@ -187,7 +187,7 @@ export class ec {
|
||||
|
||||
export namespace ec {
|
||||
interface GenKeyPairOptions {
|
||||
pers: any;
|
||||
pers?: any;
|
||||
entropy: any;
|
||||
persEnc?: string;
|
||||
entropyEnc?: string;
|
||||
|
||||
Reference in New Issue
Block a user