๐Ÿ“š Reference


๐Ÿ“œ Chapter


Index Signature

Expressions & Operators

Utility types

typeof


console.log(typeof "Hello world");
let s = "hello";
let n: typeof s;

์˜ˆ์‹œ