balinese-date-js-lib
Version:
Library to Develop Balinese Saka Calendar (Kalender Bali)
13 lines (12 loc) • 370 B
TypeScript
export declare class Ingkel {
readonly id: number;
readonly name: string;
static readonly values: Ingkel[];
static readonly WONG: Ingkel;
static readonly SATO: Ingkel;
static readonly MINA: Ingkel;
static readonly MANUK: Ingkel;
static readonly TARU: Ingkel;
static readonly BUKU: Ingkel;
constructor(id: number, name: string);
}