UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

24 lines (23 loc) 542 B
declare class LordOfTheNight { id: number; constructor(id: number); toString(): string; } declare class _LordsOfTheNight { G1: LordOfTheNight; G2: LordOfTheNight; G3: LordOfTheNight; G4: LordOfTheNight; G5: LordOfTheNight; G6: LordOfTheNight; G7: LordOfTheNight; G8: LordOfTheNight; G9: LordOfTheNight; lookup: { [key: string]: LordOfTheNight; }; constructor(); get(id: string): LordOfTheNight; } declare const lords: _LordsOfTheNight; export { lords, LordOfTheNight };