UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 137 B
/** * yyyyMMdd -> yyyy-MM-dd */ declare function formatGapDate(val: string | number, gap?: string): string; export { formatGapDate };