UNPKG

telefunc

Version:

Remote functions. Instead of API.

4 lines (3 loc) 221 B
export { decorateTelefunction }; import type { Telefunction } from '../types.js'; declare function decorateTelefunction(telefunction: Telefunction, exportName: string, telefuncFilePath: string, appRootDir: string): void;