questions/00898-easy-includes/README.ko.md
JavaScript의 Array.includes 함수를 타입 시스템에서 구현하세요. 타입은 두 인수를 받고, true 또는 false를 반환해야 합니다.
예시:
type isPillarMen = Includes<['Kars', 'Esidisi', 'Wamuu', 'Santana'], 'Dio'> // expected to be `false`
<a href="../../README.ko.md" target="_blank"></a> <a href="https://tsch.js.org/898/answer/ko" target="_blank"></a> <a href="https://tsch.js.org/898/solutions" target="_blank"></a> <!--info-footer-end-->