UNPKG

@virtualstate/app-history

Version:

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

11 lines (9 loc) 208 B
/* c8 ignore start */ const env: Record<string, string> = {}; export default { env, on(event: string | symbol, listener: (...args: unknown[]) => void) { }, exit(v: number) { } } as const