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