6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
|
export function parseUndefinedDef() {
|
||
|
return {
|
||
|
not: {},
|
||
|
};
|
||
|
}
|
||
|
//# sourceMappingURL=undefined.mjs.map
|