UNPKG

908 BTypeScriptView Raw
1/*!
2 * rrule.js - Library for working with recurrence rules for calendar dates.
3 * https://github.com/jakubroztocil/rrule
4 *
5 * Copyright 2010, Jakub Roztocil and Lars Schoning
6 * Licenced under the BSD licence.
7 * https://github.com/jakubroztocil/rrule/blob/master/LICENCE
8 *
9 * Based on:
10 * python-dateutil - Extensions to the standard Python datetime module.
11 * Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
12 * Copyright (c) 2012 - Tomi Pieviläinen <tomi.pievilainen@iki.fi>
13 * https://github.com/jakubroztocil/rrule/blob/master/LICENCE
14 *
15 */
16import RRule from './rrule';
17import RRuleSet from './rruleset';
18export { rrulestr } from './rrulestr';
19export { Frequency, ByWeekday, Options } from './types';
20export { Weekday, WeekdayStr } from './weekday';
21export { RRuleStrOptions } from './rrulestr';
22export { RRule, RRuleSet };
23export default RRule;
24//# sourceMappingURL=index.d.ts.map
\No newline at end of file