UNPKG

@stricahq/cbors

Version:

cbor encoder and decoder with annotation

9 lines (8 loc) 189 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class SimpleValue { constructor(value) { this.value = value; } } exports.default = SimpleValue;