decode: (
messagePack: Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>,
options?: UnpackOptions,
) => any = ...
Type Declaration
- (
messagePack: Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>,
options?: UnpackOptions,
): any Parameters
- messagePack: Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>
Optionaloptions: UnpackOptions
Returns any
decode a theorypack message