CaptainOfPhB

Results 1 issues of CaptainOfPhB

```ts type DropChar = S extends `${infer L}${C}${infer R}` ? DropChar : S; ```

answer
en
2070