]> git.codecow.com Git - libnemo.git/commitdiff
Remove unused convert function.
authorChris Duncan <chris@zoso.dev>
Mon, 21 Jul 2025 20:15:53 +0000 (13:15 -0700)
committerChris Duncan <chris@zoso.dev>
Mon, 21 Jul 2025 20:15:53 +0000 (13:15 -0700)
src/lib/convert.ts

index 53908f0666bdff4d09fd1580495fb62ff405a339..51a4cbb695b18f0eb87498d7ff7f3240d6a00c1d 100644 (file)
@@ -35,16 +35,6 @@ export class base32 {
                }\r
                return output\r
        }\r
-\r
-       /**\r
-       * Convert a base32 string to a hexadecimal string.\r
-       *\r
-       * @param {string} base32 - String to convert\r
-       * @returns {string} Hexadecimal representation of the input base32\r
-       */\r
-       static toHex (base32: string): string {\r
-               return bytes.toHex(this.toBytes(base32))\r
-       }\r
 }\r
 \r
 export class bin {\r