UNPKG

tibetan-date-calculator

Version:

A library to calculate tibetan calendar details. It is based on Svante Janson's paper www2.math.uu.se/~svante/papers/calendars/tibet.pdf

5 lines (4 loc) 275 B
export { default as getLosarForYear } from './generators/get-losar-for-year'; export { default as TibetanDate } from './classes/tibetan-date'; export { default as TibetanMonth } from './classes/tibetan-month'; export { default as TibetanYear } from './classes/tibetan-year';