Explore Library
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