UNPKG

366 BTypeScriptView Raw
1import IterResult from './iterresult';
2import RRule from './rrule';
3import { QueryMethodTypes, IterResultType } from './types';
4export declare function iterSet<M extends QueryMethodTypes>(iterResult: IterResult<M>, _rrule: RRule[], _exrule: RRule[], _rdate: Date[], _exdate: Date[], tzid: string | undefined): IterResultType<M>;
5//# sourceMappingURL=iterset.d.ts.map
\No newline at end of file