UNPKG

telefunc

Version:

Remote functions. Instead of API.

6 lines (5 loc) 261 B
export { getContext_async }; export { provideTelefuncContext_async }; import type { Telefunc } from './TelefuncNamespace.js'; declare function getContext_async(): Telefunc.Context; declare function provideTelefuncContext_async(context: Telefunc.Context): void;