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

Which is the inferred type T?

const arr = ["a"] as const;\ntype T = typeof arr;