mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-06-24 22:51:35 +00:00
fix: privKey possible undefined (#129)
This commit is contained in:
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
@ -31,7 +31,7 @@ declare namespace PeerId {
|
||||
/**
|
||||
* Private key.
|
||||
*/
|
||||
privKey: string;
|
||||
privKey?: string;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user