Skip to content

Commit

Permalink
refactor: Added enum jsdoc for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGuesnon committed Dec 13, 2023
1 parent e64d04b commit 344a10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const HASHES = {
type version = (typeof HASHES)[keyof typeof HASHES];

/**
* All the possible outcomes when you verify a signature
* @enum {string} All the possible outcomes when you verify a signature
*/
export const SignatureResult = {
/**
Expand Down

0 comments on commit 344a10c

Please sign in to comment.