Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RRuleStrOptions

interface RRuleStrOptions {
cache: boolean;
compatible: boolean;
dtstart: Date | null;
forceset: boolean;
tzid: string | null;
unfold: boolean;
}

§Properties

§
cache: boolean
[src]
§
compatible: boolean
[src]
§
dtstart: Date | null
[src]
§
forceset: boolean
[src]
§
tzid: string | null
[src]
§
unfold: boolean
[src]