let cacx: (source: string, subString: string) => boolean = (
    a: string,
    b: string
): boolean => !!(a + b);