export type Includes = string extends Str ? boolean : string extends Substr ? boolean : Str extends `${string}${Substr}${string}` ? T : F; //# sourceMappingURL=Includes.d.ts.map