UNPKG

281 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const Query_1 = require("../Query");
4class CommitQuery extends Query_1.Query {
5 _getQuery() {
6 return 'COMMIT';
7 }
8}
9exports.CommitQuery = CommitQuery;
10//# sourceMappingURL=CommitQuery.js.map
\No newline at end of file