clearHistoryState.ts 86 B

123
  1. export function clearHistoryState() {
  2. history.replaceState(null, document.title);
  3. }