UNPKG

@promptbook/gemini

Version:

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

10 lines (9 loc) 295 B
import type { Keywords } from './IKeywords'; /** * Parses keywords from a string * * @param {string} input * @returns {Set} of keywords without diacritics in lowercase * @public exported from `@promptbook/utils` */ export declare function parseKeywordsFromString(input: string): Keywords;