V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.parseUndefinedDef = void 0;
|
||||
function parseUndefinedDef() {
|
||||
return {
|
||||
not: {},
|
||||
};
|
||||
}
|
||||
exports.parseUndefinedDef = parseUndefinedDef;
|
||||
//# sourceMappingURL=undefined.js.map
|
||||
Reference in New Issue
Block a user