UNPKG

@virtualstate/app-history

Version:

Native JavaScript [app-history](https://github.com/WICG/app-history) implementation

8 lines (7 loc) 135 B
declare global { interface Window { testsComplete?(): void; testsFailed?(reason: string): void; } } export {};