UNPKG

@4players/odin-common

Version:

A collection of commonly used type definitions and utility functions across ODIN web projects

3 lines (2 loc) 135 B
export declare function msgpackEncode(value: unknown): Uint8Array; export declare function msgpackDecode(buffer: Uint8Array): unknown;