UNPKG

@promptbook/langtail

Version:

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

17 lines (16 loc) 529 B
/** * Number of characters per standard line with 11pt Arial font size. * * @public exported from `@promptbook/utils` */ export declare const CHARACTERS_PER_STANDARD_LINE = 63; /** * Number of lines per standard A4 page with 11pt Arial font size and standard margins and spacing. * * @public exported from `@promptbook/utils` */ export declare const LINES_PER_STANDARD_PAGE = 44; /** * TODO: [🧠] Should be this `constants.ts` or `config.ts`? * Note: [💞] Ignore a discrepancy between file name and entity name */