Includes by null @kynefuk JavaScript์ `Array.includes` ํจ์๋ฅผ ํ์ ์์คํ ์์ ๊ตฌํํ์ธ์. ํ์ ์ ๋ ์ธ์๋ฅผ ๋ฐ๊ณ , `true` ๋๋ `false`๋ฅผ ๋ฐํํด์ผ ํฉ๋๋ค. ์์: ```ts type isPillarMen = Includes<['Kars', 'Esidisi', 'Wamuu', 'Santana'], 'Dio'> // expected to be `false` ```