@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) • 509 B
TypeScript
import type { ExpectationAmount } from '../../pipeline/PipelineJson/Expectations';
import type { ExpectationUnit } from '../../pipeline/PipelineJson/Expectations';
/**
* Index of all counter functions
*
* @public exported from `@promptbook/utils`
*/
export declare const CountUtils: Record<ExpectationUnit, (text: string) => ExpectationAmount>;
/**
* TODO: [🧠][🤠] This should be probbably as part of `TextFormatDefinition`
* Note: [💞] Ignore a discrepancy between file name and entity name
*/