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

25 lines (24 loc) 1.14 kB
export declare const RABJUNG_BEGINNING: 1027; export declare const RABJUNG_CYCLE_LENGTH: 60; export declare const YEAR_DIFF: 127; export declare const JULIAN_TO_UNIX: 2440587.5; export declare const MS_IN_YEAR: 86400000; export declare const MIN_IN_DAY: 1440; export declare const YEAR0: 806; export declare const MONTH0: 3; export declare const BETA_STAR: 61; export declare const BETA: 123; export declare const M0: number; export declare const M1: number; export declare const M2: number; export declare const S0: number; export declare const S1: number; export declare const S2: number; export declare const A0: number; export declare const A1: number; export declare const A2: number; export declare const MOON_TAB: readonly [0, 5, 10, 15, 19, 22, 24, 25]; export declare const SUN_TAB: readonly [0, 6, 10, 11]; export declare const YEAR_ELEMENTS: readonly ["Wood", "Fire", "Earth", "Iron", "Water"]; export declare const YEAR_ANIMALS: readonly ["Mouse", "Ox", "Tiger", "Rabbit", "Dragon", "Snake", "Horse", "Sheep", "Monkey", "Bird", "Dog", "Pig"]; export declare const YEAR_GENDER: readonly ["Male", "Female"];