never.mjs 107 B

123456
  1. export function parseNeverDef() {
  2. return {
  3. not: {},
  4. };
  5. }
  6. //# sourceMappingURL=never.mjs.map