This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Josh Kramer
kramer.run
did:plc:eahpcxuj4czenarsbokdkdqc
Why does it matter?
If not for that, the Typescript return type of .split() could be [string, ...string[]] (the compiler knows the length is >= 1).
Then, the type of `myString.split(splitter).pop()` could be `string`, not `string | undefined`. And I wouldn't need to throw a `!` at the end of the
2025-05-16T20:15:20.648Z