UNPKG

@selfage/stateful_navigator

Version:

Navigate with observable state tracked in browser history.

11 lines (10 loc) 311 B
export declare class HistoryUpdater { private state; private queryParamKey; private window; constructor(state: any, queryParamKey: string, window: Window); static create(state: any, queryParamKey: string): HistoryUpdater; push(): void; replace(): void; private stringifyToUrl; }