balinese-date-js-lib
Version:
Library to Develop Balinese Saka Calendar (Kalender Bali)
14 lines (13 loc) • 494 B
TypeScript
export declare class PancaSuda {
readonly id: number;
readonly name: string;
static readonly values: PancaSuda[];
static readonly LEBU_KATIUB_ANGIN: PancaSuda;
static readonly WISESA_SEGARA: PancaSuda;
static readonly TUNGGAK_SEMI: PancaSuda;
static readonly SATRIA_WIBAWA: PancaSuda;
static readonly SUMUR_SINABA: PancaSuda;
static readonly SATRIA_WIRANG: PancaSuda;
static readonly BUMI_KAPETAK: PancaSuda;
constructor(id: number, name: string);
}