UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

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;