Drop String hard #template-literal #infer

by CaptainOfPhB @CaptainOfPhB

Take the Challenge

Drop the specified chars from a string. For example: ```ts type Butterfly = DropString<'foobar!', 'fb'> // 'ooar!' ```
Back Share your Solutions Check out Solutions

Related Challenges

2070・Drop Char