Skip to main content
Helios
Learn
Language guide
SDK reference
GitHub
cbor v0.3.1
Decoder
Decoder
export type Decoder = (stream:
ByteStream
) =>
T
|
Decodeable
<
T
>
Previous
Decodeable
Next
Encodeable