zod-codecs - v0.2.0
    Preparing search index...

    Variable hexToUint8ArrayCoderConst

    hexToUint8ArrayCoder: {
        decode: (value: string) => Uint8Array<ArrayBuffer>;
        encode: (value: Uint8Array<ArrayBuffer>) => string;
    } = ...

    Type Declaration

    • decode: (value: string) => Uint8Array<ArrayBuffer>
    • encode: (value: Uint8Array<ArrayBuffer>) => string