Skip to content

Commit

Permalink
Export convertRadix methods
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 12, 2023
1 parent 14f9059 commit 33d1337
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,11 @@ function checksum(
},
};
}
export const utils = { alphabet, chain, checksum, radix, radix2, join, padding };

// prettier-ignore
export const utils = {
alphabet, chain, checksum, convertRadix, convertRadix2, radix, radix2, join, padding,
};

// RFC 4648 aka RFC 3548
// ---------------------
Expand Down

0 comments on commit 33d1337

Please sign in to comment.