๐Ÿ“š Reference


๐Ÿ“œ Chapter


Definite Assignment Assertions

Type declaration

Type guard

Type inference

โ€ฃ

Type assertion


ํƒ€์ž… ๋‹จ์–ธ ๊ธฐ๋ณธ - as


const name: string = 'Capt';
const name = 'Capt' as string;