export type Includes = S extends `${string}${searchString}${string}` ? true : false;