telefunc
Version:
Remote functions. Instead of API.
8 lines (7 loc) • 367 B
TypeScript
export { getContext_sync };
export { provideTelefuncContext_sync };
export { restoreContext_sync };
import type { Telefunc } from './TelefuncNamespace.js';
declare function getContext_sync(): Telefunc.Context;
declare function restoreContext_sync(context: null | Telefunc.Context): void;
declare function provideTelefuncContext_sync(context: Telefunc.Context): void;