@atcute/cbor
Version:
lightweight DASL dCBOR42 codec library for AT Protocol
9 lines (5 loc) • 330 B
text/typescript
// implements github:darobin/dasl.ing@cc66c35 (2025-10-20)
export { CidLinkWrapper, fromCidLink, isCidLink, toCidLink, type CidLink } from '@atcute/cid';
export { BytesWrapper, fromBytes, isBytes, toBytes, type Bytes } from './bytes.ts';
export { decode, decodeFirst } from './decode.ts';
export { encode } from './encode.ts';