UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

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 */