-
Encoder
↳
IEncoder
• decodeKeys: (tag
: any
) => any
▸ (tag
): any
Name | Type |
---|---|
tag |
any |
any
▸ decode(messagePack
): any
Name | Type |
---|---|
messagePack |
Uint8Array | Buffer |
any
Encoder.decode
node_modules/.pnpm/cbor-x@1.5.8/node_modules/cbor-x/index.d.ts:43
▸ decodeMultiple(messagePack
, forEach?
): void
| []
Name | Type |
---|---|
messagePack |
Uint8Array | Buffer |
forEach? |
(value : any ) => any |
void
| []
Encoder.decodeMultiple
node_modules/.pnpm/cbor-x@1.5.8/node_modules/cbor-x/index.d.ts:44
▸ encode(value
): Buffer
Name | Type |
---|---|
value |
any |
Buffer
Encoder.encode
node_modules/.pnpm/cbor-x@1.5.8/node_modules/cbor-x/index.d.ts:54