白月光

Results 1 comments of 白月光

type SmallerThan = keyof Repeat extends keyof Repeat?true:false;// 你的实现代码 type S0111 = SmallerThan; // true type S122 = SmallerThan; // false type S233 = SmallerThan; // true