UNPKG

ccs-logging-addon

Version:

CCS AddOn for logging states, errors and more

7 lines (6 loc) 286 B
/** * Returns the current date and time as a string in the format DD-MM-YYYY HH:MM:SS. * If the function fails to get the current date and time, it returns null. * @returns {string | null} The current date and time. */ export declare function getDateAndTime(): string | null;