/** * @param input - specified as a string of hexadecimal characters * @returns a new ArrayBuffer with the binary content from `input` */ export default function hexToArrayBuffer (input: string): ArrayBuffer