A system for building static webapps
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 114 B view raw
1export {} 2 3declare global { 4 var __APP_VERSION__: string 5 6 interface Navigator { 7 standalone?: boolean 8 } 9}