Press n or j to go to the next uncovered block, b, p or k for the previous block.
function* manifestsGenerator(manifests = []) { const clone = manifests.slice(0); yield* clone; } export default manifestsGenerator;