UNPKG

@atcute/cbor

Version:

lightweight DASL dCBOR42 codec library for AT Protocol

3 lines (2 loc) 147 B
export declare const decodeFirst: (buf: Uint8Array) => [value: any, remainder: Uint8Array]; export declare const decode: (buf: Uint8Array) => any;