UNPKG

@virtualstate/app-history

Version:

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

8 lines (7 loc) 275 B
/// <reference types="node" /> declare const _default: NodeJS.Process | { readonly env: Record<string, string>; readonly on: (event: string | symbol, listener: (...args: unknown[]) => void) => void; readonly exit: (v: number) => void; }; export default _default;