UNPKG

@lfai/egeria-js-commons

Version:

Common module for storing static data such as key value objects, SVGs, icon mappings, API urls.

10 lines (9 loc) 196 B
declare const getFormattedDate: (date: Date) => { year: number; month: string; day: string; hour: string; minutes: string; seconds: string; }; export { getFormattedDate };