Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
cal.com
/
cal.com
/
node_modules
/
rrule
/
dist
/
esm
/
Filename :
weekday.d.ts
back
Copy
export declare type WeekdayStr = 'MO' | 'TU' | 'WE' | 'TH' | 'FR' | 'SA' | 'SU'; export declare const ALL_WEEKDAYS: WeekdayStr[]; export declare class Weekday { readonly weekday: number; readonly n?: number; constructor(weekday: number, n?: number); static fromStr(str: WeekdayStr): Weekday; nth(n: number): Weekday; equals(other: Weekday): boolean; toString(): string; getJsWeekday(): number; } //# sourceMappingURL=weekday.d.ts.map