UNPKG

notepack.io

Version:

A fast Node.js implementation of the latest MessagePack spec

4 lines (3 loc) 146 B
// note: we cannot use Buffer, as it won't work in the browser export function encode(value: any): any; export function decode(buffer: any): any;