DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
TypeScript Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
TypeScript
What does `import type { Config } from "./types"` produce in the compiled JavaScript output?
A
A require() call for the types module
B
Nothing at all — the import is completely erased since Config is never used as a runtime value
C
A runtime type-checking function
D
A comment documenting the type
Check Answer