UNPKG

telefunc

Version:

Remote functions. Instead of API.

8 lines (7 loc) 238 B
export { serializeTelefunctionResult }; declare function serializeTelefunctionResult(runContext: { telefunctionReturn: unknown; telefunctionName: string; telefuncFilePath: string; telefunctionAborted: boolean; }): string;