UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 337 B
import type { ExpectationAmount } from '../../pipeline/PipelineJson/Expectations'; /** * Counts number of paragraphs in the text * * @public exported from `@promptbook/utils` */ export declare function countParagraphs(text: string): ExpectationAmount; /** * TODO: [🥴] Implement counting in formats - like JSON, CSV, XML,... */