UNPKG

telefunc

Version:

Remote functions. Instead of API.

8 lines (7 loc) 236 B
export { serializeTelefunctionArguments }; declare function serializeTelefunctionArguments(callContext: { telefuncFilePath: string; telefunctionName: string; telefunctionArgs: unknown[]; telefuncUrl: string; }): string;