Type Alias DecodeFunc<T, ARGS>

DecodeFunc<T, ARGS>: ((buffer: Uint8Array, offset: number, ...args: ARGS) => Decoded<T>)

unpacking function signature for JSPrimitive types

Type Parameters