ts-lambda-api - v2.5.2
    Preparing search index...

    Interface Decoder

    A function that, given a string, can derive the bytes represented by that string.

    A decoder function that converts bytes to hexadecimal
    representation would return `new Uint8Array([104, 101, 108, 108, 111])` when
    given the string `'hello'`.
    • Parameters

      • input: string

      Returns Uint8Array