undefined.js 77 B

12345
  1. export function parseUndefinedDef() {
  2. return {
  3. not: {},
  4. };
  5. }