4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
/// <reference lib="dom" />
|
|
// Reload the browser window.
|
|
|
|
export default () => { window.location.reload() } |