CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
view-base.js9 linesDownload Raw Back to sqlite-core
1import { entityKind } from "../entity.js";2import { View } from "../sql/sql.js";3class SQLiteViewBase extends View {4  static [entityKind] = "SQLiteViewBase";5}6export {7  SQLiteViewBase8};9//# sourceMappingURL=view-base.js.map