mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
4 lines
226 B
Go
4 lines
226 B
Go
import { Dayjs } from 'dayjs';
|
|
export declare const DEFAULT_DATE_FORMAT = "YYYY-MM-DD";
|
|
export declare const spanDateRange: (start: Dayjs | string, end: Dayjs | string, data: StatsResult[], dateKey?: string) => StatsResult[];
|