UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

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;