UNPKG

svelte-navigator-history

Version:
9 lines (8 loc) 246 B
import type { BrowserHistory } from "../types"; /** * A browser history singleton you can use as the default history instance. * * @type {BrowserHistory} */ declare const browserHistory: BrowserHistory; export default browserHistory;