blob: bc3a80334ad71bfd9243ca54717b519f6aeaec9f [file] [log] [blame]
/** PURE_IMPORTS_START _mergeAll PURE_IMPORTS_END */
import { mergeAll } from './mergeAll';
export function concatAll() {
return mergeAll(1);
}
//# sourceMappingURL=concatAll.js.map