UNPKG

telefunc

Version:

Remote functions. Instead of API.

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