Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 16389a4

Browse files
committedNov 30, 2018
Add missing JSDoc params
1 parent 428d501 commit 16389a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.js

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ module.exports = {
414414

415415
/**
416416
* Recover plaintext private key from secret-storage key object.
417+
* @param {string|Buffer} password User-supplied password.
417418
* @param {Object} keyObject Keystore object.
418419
* @param {function=} cb Callback function (optional).
419420
* @return {Buffer} Plaintext private key.

0 commit comments

Comments
 (0)
This repository has been archived.