FlashcardBeginner
const Assertions (as const)
as const tells TypeScript to infer the narrowest, immutable literal types.
Question
What does `as const` do?
Click to reveal answer
as const tells TypeScript to infer the narrowest, immutable literal types.
What does `as const` do?