Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardTypeScripttypeof type queriesSingle-choice MCQ

Which is the inferred type T?

const v = [{ a: 1 }] as const;\ntype T = typeof v;