UNPKG

svelte-navigator-history

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