UNPKG

telefunc

Version:

Remote functions. Instead of API.

11 lines (10 loc) 561 B
export { telefunc } from './server/telefunc.js'; import { config } from './server/serverConfig.js'; export { config }; export { config as telefuncConfig }; export { getContext, provideTelefuncContext } from './server/getContext.js'; export { Abort } from './server/Abort.js'; export { shield } from './server/shield.js'; export { onBug } from './server/runTelefunc/onBug.js'; export type { Telefunc } from './server/getContext/TelefuncNamespace.js'; export { decorateTelefunction as __decorateTelefunction } from './server/runTelefunc/decorateTelefunction.js';