UNPKG

symmetry-core

Version:

Use this repository to become an inference provider on the Symmetry network programmatically.

4 lines (3 loc) 198 B
import { ServerMessageKey } from "./types"; export declare function safeParseJson<T>(data: string): T | undefined; export declare function createMessage<T>(key: ServerMessageKey, data?: T): string;