UNPKG

telefunc

Version:

Remote functions. Instead of API.

7 lines (6 loc) 306 B
export { determineOutDir }; export { getOutDirAbsolute }; import type { ResolvedConfig } from 'vite'; /** Appends `client/` or `server/` to `config.build.outDir` */ declare function determineOutDir(config: ResolvedConfig): string | null; declare function getOutDirAbsolute(config: ResolvedConfig): string;