Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.78 KB

README.zh-CN.md

File metadata and controls

12 lines (7 loc) · 1.78 KB

Includes 简单 #array

by null @kynefuk

接受挑战    English 日本語 한국어

在类型系统里实现 JavaScript 的 Array.includes 方法,这个类型接受两个参数,返回的类型要么是 true 要么是 false

例如:

type isPillarMen = Includes<['Kars', 'Esidisi', 'Wamuu', 'Santana'], 'Dio'> // expected to be `false`

返回首页 分享你的解答 查看解答