@promptbook/markdown-utils 0.81.0-5 → 0.81.0-7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +0,0 @@
1
- /**
2
- * Format either small or big number
3
- *
4
- * @private within the repository
5
- */
6
- export declare function formatNumber(value: number): string;
@@ -1,12 +0,0 @@
1
- import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson';
2
- import type { string_formfactor_name } from '../formfactors/_common/string_formfactor_name';
3
- /**
4
- * Get template for new book
5
- *
6
- * @public exported from `@promptbook/templates`
7
- */
8
- export declare function getBookTemplate(formfactorName: string_formfactor_name): PipelineJson | null;
9
- /**
10
- * TODO: [🧠] Which is the best place for this function
11
- * TODO: `book string template notation
12
- */