UNPKG

@stricahq/cbors

Version:

cbor encoder and decoder with annotation

5 lines (4 loc) 88 B
export default class SimpleValue { value: number; constructor(value: number); }