UNPKG

@promptbook/gemini

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

11 lines (10 loc) 243 B
import type { Keywords } from './IKeywords'; /** * @@@ * * @param haystack * @param needle * @returns * @public exported from `@promptbook/utils` */ export declare function searchKeywords(haystack: Keywords, needle: Keywords): boolean;