UNPKG

telefunc

Version:

Remote functions. Instead of API.

8 lines (7 loc) 211 B
export { transformTelefuncFileClientSide }; declare function transformTelefuncFileClientSide(src: string, id: string, appRootDir: string): Promise<{ code: string; map: { mappings: ""; }; }>;