UNPKG

@promptbook/langtail

Version:

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

8 lines (7 loc) 210 B
import type { string_date_iso8601 } from '../types/typeAliases'; /** * Get current date in ISO 8601 format * * @private internal utility */ export declare function getCurrentIsoDate(): string_date_iso8601;