UNPKG

telefunc

Version:

Remote functions. Instead of API.

9 lines (8 loc) 319 B
export { transformTelefuncFileClientSideSync }; declare function transformTelefuncFileClientSideSync(id: string, appRootDir: string, exportNames: string[]): { code: string; map: { mappings: ""; }; }; export declare function getCode(exportNames: readonly string[], telefuncFilePath: string): string;