UNPKG

@promptbook/vercel

Version:

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

9 lines (8 loc) 259 B
/** * Take every whitespace (space, new line, tab) and replace it with a single space * * Note: [🔂] This function is idempotent. * * @public exported from `@promptbook/utils` */ export declare function normalizeWhitespaces(sentence: string): string;