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

Commit c53b527

Browse files
committed
jsdoc
1 parent c95abc6 commit c53b527

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/commands/payid-sign.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ export default class SignPayIdCommand extends Command {
7070
}
7171
}
7272

73+
/**
74+
* Returns the default algorithm to use to sign with the given jwk.
75+
*
76+
* @param jwk - The key being used to sign.
77+
* @returns The default algorithm.
78+
*/
7379
export function getDefaultAlgorithm(
7480
jwk: JWKRSAKey | JWKECKey | JWKOctKey | JWKOKPKey,
7581
): string {

0 commit comments

Comments
 (0)