b3d888d25a4e6c37bb2607e2b608d2198879f73da3d244ec18c13d98a69c5e5c7bba2c5d95823a7f5b344db078075d4506bc474ea3c8d523714c7cc3c09185 186 B

123456
  1. /** PURE_IMPORTS_START _mergeAll PURE_IMPORTS_END */
  2. import { mergeAll } from './mergeAll';
  3. export function concatAll() {
  4. return mergeAll(1);
  5. }
  6. //# sourceMappingURL=concatAll.js.map