UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

9 lines (8 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnionType = void 0; var UnionType; (function (UnionType) { UnionType[UnionType["All"] = 0] = "All"; UnionType[UnionType["None"] = 1] = "None"; })(UnionType = exports.UnionType || (exports.UnionType = {}));