UNPKG

@bubblewrap/cli

Version:

CLI tool to Generate TWA projects from a Web Manifest

4 lines (3 loc) 156 B
import { Log } from '@bubblewrap/core'; import { ParsedArgs } from 'minimist'; export declare function help(args: ParsedArgs, log?: Log): Promise<boolean>;