UNPKG

@atcute/cbor

Version:

lightweight DASL dCBOR42 codec library for AT Protocol

3 lines 234 B
export declare const decodeFirst: (buf: Uint8Array<ArrayBufferLike>) => [value: any, remainder: Uint8Array<ArrayBufferLike>]; export declare const decode: (buf: Uint8Array<ArrayBufferLike>) => any; //# sourceMappingURL=decode.d.ts.map