UNPKG

@jinming6/ming-tool

Version:
10 lines (9 loc) 421 B
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;