UNPKG

newmax-utils

Version:
7 lines (6 loc) 203 B
type DateType = string | number; type ConditionType = { [key: string]: any; }; export declare function conditionByDates(dateFrom: DateType, dateTo: DateType, key?: string): ConditionType; export {};