Open shaKY-iota opened 2 years ago
// your answers type StartsWith<T extends string, U extends string> = T extends `${U}${string}` ? true : false;