UNPKG

499 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class EkaWara {
4 constructor(id, urip, name) {
5 this.id = id;
6 this.urip = urip;
7 this.name = name;
8 Object.freeze(this);
9 }
10 static get values() { return _C_VAL; }
11 static get VOID() { return _C_VAL[0]; }
12 static get LUANG() { return _C_VAL[1]; }
13}
14exports.EkaWara = EkaWara;
15const _C_VAL = [
16 new EkaWara(0, 0, ""),
17 new EkaWara(1, 1, "Luang"),
18];
19Object.freeze(_C_VAL);