UNPKG

@promptbook/langtail

Version:

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

8 lines (7 loc) 256 B
import type { ExpectationAmount } from '../../pipeline/PipelineJson/Expectations'; /** * Counts number of characters in the text * * @public exported from `@promptbook/utils` */ export declare function countCharacters(text: string): ExpectationAmount;