UNPKG

@qso-soft/shared

Version:

Shared library for QSO-soft

6 lines (5 loc) 276 B
import dayjs from 'dayjs'; type Format = 'MM:DD' | 'DD:MM'; export declare const convertDateStringToISODate: (dateString: string, splitter?: string, format?: Format) => string; export declare const timestampToDayjsDate: (timestamp: string | number) => dayjs.Dayjs; export {};