HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/good-life-be/node_modules/rrule/dist/esm/rrulestr.d.ts
import { RRule } from './rrule';
import { RRuleSet } from './rruleset';
import { Options } from './types';
export interface RRuleStrOptions {
    dtstart: Date | null;
    cache: boolean;
    unfold: boolean;
    forceset: boolean;
    compatible: boolean;
    tzid: string | null;
}
export declare function parseInput(s: string, options: Partial<RRuleStrOptions>): {
    dtstart: Date;
    tzid: string;
    rrulevals: Partial<Options>[];
    rdatevals: Date[];
    exrulevals: Partial<Options>[];
    exdatevals: Date[];
};
export declare function rrulestr(s: string, options?: Partial<RRuleStrOptions>): RRule | RRuleSet;
//# sourceMappingURL=rrulestr.d.ts.map