UNPKG

telefunc

Version:

Remote functions. Instead of API.

6 lines (5 loc) 292 B
import { config } from './clientConfig.js'; export { config }; export { config as telefuncConfig }; export { onAbort, onTelefunctionRemoteCallError } from './remoteTelefunctionCall/onAbort.js'; export { remoteTelefunctionCall as __remoteTelefunctionCall } from './remoteTelefunctionCall.js';