UNPKG

telefunc

Version:

Remote functions. Instead of API.

11 lines (10 loc) 274 B
export { getInfo }; export { getRoot }; import type { Loader, Compiler } from './types.js'; declare function getInfo(loader: Loader): { id: string; root: string; isClientSide: boolean; isDev: boolean; }; declare function getRoot(compiler: Compiler): string;