UNPKG

@guidepup/setup

Version:

Setup your environment for screen-reader automation.

7 lines (6 loc) 164 B
export declare function getNvdaRegistryData(): Promise<{ exists: boolean; values: { [name: string]: import("regedit").RegistryItemValue; }; }>;