UNPKG

@activecollab/components

Version:

ActiveCollab Components

4 lines 240 B
import moment from "moment"; export type DateValue = Date | moment.Moment | number | string | undefined; export declare const formatDate: (value: DateValue, format?: string, long?: boolean) => string; //# sourceMappingURL=dateUtils.d.ts.map