UNPKG

boa-handler-history

Version:
7 lines (6 loc) 144 B
interface HistoryInterface { back(): void; go(path: string, replace?: boolean): void; start(): void; } export { HistoryInterface };