UNPKG

telefunc

Version:

Remote functions. Instead of API.

6 lines (5 loc) 148 B
export { isViteCliCall }; declare function isViteCliCall({ command, ssr }: { command: 'build' | 'dev' | 'preview'; ssr?: true; }): boolean;