8 tadan 1-dars

Given `type IsString<T> = T extends string ? true : false`, what is IsString<number>?