UNPKG

@promptbook/remote-server

Version:

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

13 lines (12 loc) 469 B
import type { ExpectationAmount } from '../../pipeline/PipelineJson/Expectations'; /** * Counts number of pages in the text * * Note: This does not check only for the count of newlines, but also for the length of the standard line and length of the standard page. * * @public exported from `@promptbook/utils` */ export declare function countPages(text: string): ExpectationAmount; /** * TODO: [🥴] Implement counting in formats - like JSON, CSV, XML,... */