const filesList = [ 'alarm_circuit_plastic.eps', 'awesome_orchestration.png', 'b2c_tan_sports.svg', 'bedfordshire_iceland_identity.txt', 'books_monetize_arizona.htm', 'brand.shtml', 'brunei_logistical.eml', 'buckinghamshire_macao.jpg', 'calculating.json', 'complexity_deposit.mpg', 'compressing_black_colorado.ods', 'connect_local_visualize.pdf', 'copying.default', 'explicit.mp2', 'fish.php', 'flexibility_auto_money.html', 'foreground_overriding.ai', 'forge_face.ts', 'forges.doc', 'frozen_haptic.7z', 'gorgeous_manager_savings.ppt', 'graphic_frozen_bedfordshire.tar', 'hdd_navigate_panama.xlsx', 'https://i2.wp.com/clipart.info/images/ccovers/1495750818Apple-PNG-Clip-Art.png', 'impactful_alarm_handmade.mpeg', 'initiatives_group.gif', 'intelligent_radical.jpe', 'interface_bedfordshire_solid.m2v', 'iowa_installation.jpeg', 'liaison_panel_central.flac', 'matrix_black_hat.db', 'metrics_lempira_account.xls', 'monitor.js', 'nebraska.mp4', 'needs_based_solid.odp', 'officer_somalia.docm', 'open_source.webp', 'open_source_gorgeous.sass', 'optimization_radical.mp3', 'ports_copy_granite.mpga', 'pound.rtf', 'protocol_designer.dmg', 'reduced_regional_greenland.mp4v', 'revolutionize.mpg4', 'rss_systematic_avon.exe', 'salad_compressing.odt', 'sky_marketing.ace', 'synergistic.wav', 'this_is_an_extensionless_file', 'tuna_table_fall.zip', 'unbranded.rar', 'upgradable_gold.docx', 'wisconsin_bypassing_small.xar', 'wooden.jsx', ] const namedFilesList = { '7z': 'frozen_haptic.7z', 'No extension file': 'this_is_an_extensionless_file', 'png with URL': 'https://i2.wp.com/clipart.info/images/ccovers/1495750818Apple-PNG-Clip-Art.png', ace: 'sky_marketing.ace', ai: 'foreground_overriding.ai', db: 'matrix_black_hat.db', default: 'copying.default', dmg: 'protocol_designer.dmg', doc: 'forges.doc', docm: 'officer_somalia.docm', docx: 'upgradable_gold.docx', eml: 'brunei_logistical.eml', eps: 'alarm_circuit_plastic.eps', exe: 'rss_systematic_avon.exe', flac: 'liaison_panel_central.flac', gif: 'initiatives_group.gif', htm: 'books_monetize_arizona.htm', html: 'flexibility_auto_money.html', jpe: 'intelligent_radical.jpe', jpeg: 'iowa_installation.jpeg', jpg: 'buckinghamshire_macao.jpg', js: 'monitor.js', json: 'calculating.json', jsx: 'wooden.jsx', m2v: 'interface_bedfordshire_solid.m2v', mp2: 'explicit.mp2', mp3: 'optimization_radical.mp3', mp4: 'nebraska.mp4', mp4v: 'reduced_regional_greenland.mp4v', mpeg: 'impactful_alarm_handmade.mpeg', mpg4: 'revolutionize.mpg4', mpg: 'complexity_deposit.mpg', mpga: 'ports_copy_granite.mpga', odf: 'This is a file_to_read.odf', odp: 'needs_based_solid.odp', ods: 'compressing_black_colorado.ods', odt: 'salad_compressing.odt', ole: 'Document-RPF_Open-new.ole', p7m: 'file with certificate from government.pdf.p7m', pdf: 'connect_local_visualize.pdf', php: 'fish.php', png: 'awesome_orchestration.png', ppt: 'gorgeous_manager_savings.ppt', rar: 'unbranded.rar', rtf: 'pound.rtf', sass: 'open_source_gorgeous.sass', shtml: 'brand.shtml', svg: 'b2c_tan_sports.svg', tar: 'graphic_frozen_bedfordshire.tar', ts: 'forge_face.ts', tsd: 'Marked file-7483274hy6Fg6R8.tsd', txt: 'bedfordshire_iceland_identity.txt', wav: 'synergistic.wav', webp: 'open_source.webp', xar: 'wisconsin_bypassing_small.xar', xls: 'metrics_lempira_account.xls', xlsx: 'hdd_navigate_panama.xlsx', xml: 'Markup language.xml', zip: 'tuna_table_fall.zip', } export { filesList, namedFilesList, }