A protobuf decoder - takes a byte array and returns an object

interface Decoder<T> ((data) => T)

Type Parameters

  • T