← 문제 목록
중급 TypeScript 50P

TypeScript typeof 타입 연산자

const obj = {a:1}; type T = typeof obj; 에서 T의 타입은?

답변

로그인 후 제출하기
1명 풀이 · 정답률 100%