UNPKG

react-zeroconfig

Version:
7 lines (6 loc) • 244 B
import { DesktopappArgv, DesktopappConfig } from '../types'; export declare function createDesktopappConfig({ argv, cwd, zeroconfigPath, }: { argv: DesktopappArgv; cwd: string; zeroconfigPath: string; }): Promise<DesktopappConfig>;