This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Lenz Weber-Tronic
phry.dev
did:plc:4peoc52nei6agr4euxkgylaq
TypeScript type of the day
```
export type LazyType<T> = T & { [K in "" as never]: LazyType<never> };
```
2026-02-18T17:21:54.559Z