Yep, that's the headache I've been trying to avoid. It seems that with Typescript it's generally possible to avoid DRY violations between types and expressions, but it's pretty hard to avoid with JSDoc.
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
Nope, looks like the JSDoc types parser doesn't know about
as const
at all, you'd need to re-type it inside an@types
to get the literal typesYep, that's the headache I've been trying to avoid. It seems that with Typescript it's generally possible to avoid DRY violations between types and expressions, but it's pretty hard to avoid with JSDoc.