@drewsonne/maya-dates
Version:
Typescript package to manipulate dates in the Maya Calendar
10 lines (9 loc) • 537 B
TypeScript
export { default as Base } from './base';
export type { default as IComponent } from './iComponent';
export type { default as ICoefficient } from './iCoefficient';
export { default as Cycle } from './cycle';
export { default as NumberCoefficient } from './numberCoefficient';
export { default as WildcardCoefficient } from './wildcardCoefficient';
export { coefficientParser } from './coefficient';
export { getHaabMonth, HaabMonth, HaabMonths } from './haabMonth';
export { getTzolkinDay, TzolkinDay, TzolkinDays } from './tzolkinDay';