Creates a validated ExportedAt timestamp.
Optional
Optional Date. If not provided, uses current time.
A branded ExportedAt value
When the value is not a valid Date
const now = makeExportedAt(); // Current timeconst specific = makeExportedAt(new Date("2024-01-01")); Copy
const now = makeExportedAt(); // Current timeconst specific = makeExportedAt(new Date("2024-01-01"));
Creates a validated ExportedAt timestamp.