UNPKG

@promptbook/gemini

Version:

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

7 lines (6 loc) 211 B
/** * Take every whitespace (space, new line, tab) and replace it with a single space * * @public exported from `@promptbook/utils` */ export declare function normalizeWhitespaces(sentence: string): string;