UNPKG
simple-cbor
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Encode and decode CBOR documents.
github.com/hansl/simple-cbor
hansl/simple-cbor
simple-cbor
/
src
/
index.d.ts
5 lines
(4 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
"./serializer"
;
export
{
CborValue
}
from
"./value"
;
import
*
as
value
from
"./value"
;
export
{ value };