UNPKG

1.05 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class Filter {
4 constructor() {
5 this.ekaWara = undefined;
6 this.dwiWara = undefined;
7 this.triWara = undefined;
8 this.caturWara = undefined;
9 this.pancaWara = undefined;
10 this.sadWara = undefined;
11 this.saptaWara = undefined;
12 this.astaWara = undefined;
13 this.sangaWara = undefined;
14 this.dasaWara = undefined;
15 this.ingkel = undefined;
16 this.jejepan = undefined;
17 this.lintang = undefined;
18 this.pancaSuda = undefined;
19 this.pararasan = undefined;
20 this.watekAlit = undefined;
21 this.watekMadya = undefined;
22 this.rakam = undefined;
23 this.ekaJalaRsi = undefined;
24 this.wuku = undefined;
25 this.sasih = undefined;
26 this.sasihDayInfo = undefined;
27 this.sasihDay = undefined;
28 this.saka = undefined;
29 this.pratithiSamutPada = undefined;
30 Object.seal(this);
31 }
32}
33exports.Filter = Filter;