UNPKG

538 BTypeScriptView Raw
1import { Sasih } from "../Sasih";
2export declare class Pivot {
3 readonly pawukonDay: number;
4 readonly sasihDay: number;
5 readonly ngunaRatriDay: number;
6 readonly saka: number;
7 readonly sasih: Sasih;
8 readonly isNampihSasih: boolean;
9 static readonly PIVOT_1971: Pivot;
10 static readonly PIVOT_2000: Pivot;
11 readonly date: Date;
12 constructor(year: number, month: number, dayOfMonth: number, pawukonDay: number, sasihDay: number, ngunaRatriDay: number, saka: number, sasih: Sasih, isNampihSasih: boolean);
13}