UNPKG

telefunc

Version:

Remote functions. Instead of API.

9 lines (8 loc) 269 B
export { loadTelefuncFilesFromConfig }; import type { TelefuncFiles } from '../types.js'; declare function loadTelefuncFilesFromConfig(runContext: { telefuncFilePath: string; }): Promise<{ telefuncFilesLoaded: TelefuncFiles; telefuncFilesAll: string[]; }>;