UNPKG

@bubblewrap/cli

Version:

CLI tool to Generate TWA projects from a Web Manifest

4 lines (3 loc) 170 B
import type { ParsedArgs } from 'minimist'; import { Prompt } from '../Prompt'; export declare function fingerprint(args: ParsedArgs, prompt?: Prompt): Promise<boolean>;