Open shaKY-iota opened 2 years ago
// your answers type TrimLeft<S extends string> = S extends `${" " | "\n" | "\t"}${infer T}` ? TrimLeft<T> : S