UNPKG

@dfinity/cbor

Version:

A small implementation of Concise Binary Object Representation (CBOR) in pure JavaScript.

3 lines (2 loc) 85 B
export { DecodingError } from './decoding-error'; export { decode } from './decode';