'use strict'; window.Production = (function () { const collectResources = () => { const {burgs} = pack; for (const burg of burgs) { } }; return {collectResources}; })();