UNPKG

lbx-invoice

Version:

Provides functionality around generating invoices.

7 lines (6 loc) 173 B
/** * Formats the given date as YYYYMMDD. * @param value - The date to format. * @returns The formatted date. */ export declare function dateTo102(value: Date): string;