"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseUndefinedDef = parseUndefinedDef; function parseUndefinedDef() { return { not: {}, }; } //# sourceMappingURL=undefined.js.map