ambiguous_export.mjs (99B)
1 /* eslint-disable import/export */ 2 export * from "./exportA1.mjs"; 3 export * from "./exportA2.mjs";