UNPKG

431 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class TableClass {
4 constructor() {
5 this.className = "";
6 this.filename = "";
7 this.fnName = "";
8 this.fnPlural = "";
9 this.fullPath = "";
10 this.isTable = false;
11 this.prefixedClassName = "";
12 this.tableName = "";
13 }
14}
15exports.TableClass = TableClass;
16//# sourceMappingURL=table-class.js.map
\No newline at end of file