@promptbook/markdown-utils 0.76.0 → 0.77.0-0

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,7 +0,0 @@
1
- import type { string_date_iso8601 } from '../types/typeAliases';
2
- /**
3
- * Get current date in ISO 8601 format
4
- *
5
- * @private internal utility
6
- */
7
- export declare function getCurrentIsoDate(): string_date_iso8601;