UNPKG

@bookbox/view-html

Version:

Bookbox view for html

6 lines (5 loc) 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.listToHtml = void 0; const listToHtml = (children) => children.map(item => item).join(''); exports.listToHtml = listToHtml;