@natoboram/based.ts
    Preparing search index...

    Function trimUuidHexes

    • Trims a string to exactly 32 characters long, padding with leading zeroes if necessary.

      Parameters

      • hexes: string

        The hexadecimal string to process.

      Returns string

      A 32-character hexadecimal string.

      trimUuidHexes("1") // "00000000000000000000000000000001"