crapifyme
Version:
Ultra-fast developer productivity CLI tools - remove comments, logs, and more
16 lines • 652 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImportStyle = exports.ImportGroupType = void 0;
var ImportGroupType;
(function (ImportGroupType) {
ImportGroupType["EXTERNAL"] = "external";
ImportGroupType["INTERNAL"] = "internal";
ImportGroupType["RELATIVE"] = "relative";
})(ImportGroupType || (exports.ImportGroupType = ImportGroupType = {}));
var ImportStyle;
(function (ImportStyle) {
ImportStyle["ABSOLUTE"] = "absolute";
ImportStyle["RELATIVE"] = "relative";
ImportStyle["MIXED"] = "mixed";
})(ImportStyle || (exports.ImportStyle = ImportStyle = {}));
//# sourceMappingURL=types.js.map