Spotlight archive
Guess the language.
Three lines, six guesses.
MODESpotlight0/6
Spotlight · ?.??
1const routes = { home: "/", about: "/about" } as const;
2type Path = typeof routes[keyof typeof routes];
3export function go(p: Path) { history.pushState({}, "", p); }
+ 29 more — keep typing to narrow
Keep going