import toml from "./data.toml"; import yaml from "./data.yaml"; import json from "./data.json5"; document.querySelector('#app').innerHTML = [toml, yaml, json].map(data => `