Files
airllm-fork-nodejs/node_modules/node-llama-cpp/dist/utils/includesText.d.ts
2026-02-05 15:27:49 +08:00

2 lines
149 B
TypeScript

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