UNPKG

askui

Version:

Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on

8 lines (7 loc) 220 B
export declare abstract class InstallationTimestamp { private static fileName; private static value?; static create(): Promise<void>; static get(): Promise<Date | null>; private static getFromFile; }