UNPKG

@wireapp/commons

Version:

Collection of common components that are used across Wire web applications.

9 lines 250 B
/** * Converts a date object into two strings of format `YYYY-MM-DD` and `HH:mm:ss`. * @param date The date to format */ export declare function isoFormat(date: Date): { date: string; time: string; }; //# sourceMappingURL=DateUtil.d.ts.map