// TODO: extract utility // TODO: refactor params to present nicer API function formatStyle(style) { return [''].join(''); } export { formatStyle };