2 lines
149 B
TypeScript
2 lines
149 B
TypeScript
export declare function includesText(value: string | string[] | null | undefined, textToCheckFor: string | string[], strictCase?: boolean): boolean;
|