UNPKG

telefunc

Version:

Remote functions. Instead of API.

6 lines (5 loc) 230 B
export { transformTelefuncFileServerSide }; declare function transformTelefuncFileServerSide(src: string, id: string, appRootDir: string, isDev: boolean): Promise<{ code: string; map: import("magic-string").SourceMap; }>;