UNPKG

vite-plugin-react-server

Version:
4 lines 264 B
export declare const getNodePath: (root?: string) => string; export declare const getMode: () => "production" | "development" | "test"; export declare const getDistDir: (mode: "production" | "development" | "test") => string; //# sourceMappingURL=getPaths.d.ts.map