UNPKG

@bubblewrap/cli

Version:

CLI tool to Generate TWA projects from a Web Manifest

4 lines (3 loc) 203 B
import { PwaValidationResult } from '@bubblewrap/validator'; import { Log } from '@bubblewrap/core'; export declare function printValidationResult(validationResult: PwaValidationResult, log: Log): void;