UNPKG

@bubblewrap/cli

Version:

CLI tool to Generate TWA projects from a Web Manifest

4 lines (3 loc) 190 B
import { Config, Log } from '@bubblewrap/core'; export declare const DEFAULT_CONFIG_FILE_PATH: string; export declare function loadOrCreateConfig(log?: Log, path?: string): Promise<Config>;