import all from 'it-all' import type { FileLayout } from './index.ts' import type { InProgressImportResult } from '../index.js' export function flat (): FileLayout { return async function flatLayout (source, reduce): Promise { return reduce(await all(source)) } }