Hacker News new | ask | show | jobs
by moogly 478 days ago
The `as const` at the end will ensure the type of `Foo` is not widened to a `string`.
1 comments

I don't know JavaScript very well, so I'll take your word for it. Seems like a language flaw to me, though. How many times should you have to say something?