/** * Call a formatter * */ type Formattable = string | Promise | HTMLElement | Promise; export default Formattable;