UNPKG

@thi.ng/hiccup

Version:

HTML/SVG/XML serialization of nested data structures, iterables & closures

8 lines (7 loc) 169 B
const formatPrefixes = (prefixes) => Object.keys(prefixes).reduce( (acc, k) => (acc.push(`${k}: ${prefixes[k]}`), acc), [] ).join(" "); export { formatPrefixes };