UNPKG

@guidepup/setup

Version:

Setup your environment for screen-reader automation.

7 lines (6 loc) 289 B
export declare const logInfo: any; export declare const logWarn: any; export declare const logError: any; export declare function handleComplete(): never; export declare function handleWarning(title: string, subtitle: string): void; export declare function handleError(err: Error): never;