UNPKG

picorpc

Version:

A tiny RPC library and spec, inspired by JSON-RPC 2.0 and tRPC.

4 lines (3 loc) 139 B
declare const deserialize: (value: string) => any; declare const serialize: (value: unknown) => string; export { deserialize, serialize };