UNPKG

telefunc

Version:

Remote functions. Instead of API.

3 lines (2 loc) 175 B
export { remoteTelefunctionCall }; declare function remoteTelefunctionCall(telefuncFilePath: string, telefunctionName: string, telefunctionArgs: unknown[]): Promise<unknown>;