@jinming6/ming-tool
Version:
Front-end tool library
10 lines (9 loc) • 421 B
TypeScript
import { type SplitDateRangeReturn, type SplitDateRangeOptions, type CombineDateRangeOptions, type CombineDateRangeReturn } from '../models/params/params.interfaces';
/**
* 拆分日期区间
*/
export declare function splitDateRange(options: SplitDateRangeOptions): SplitDateRangeReturn;
/**
* 组合日期区间
*/
export declare function combineDateRange(options: CombineDateRangeOptions): CombineDateRangeReturn;