UNPKG

svelte-navigator-history

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