UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

5 lines (4 loc) 166 B
export function format(first, middle, last) { return (first || '') + (middle ? ` ${middle}` : '') + (last ? ` ${last}` : ''); } //# sourceMappingURL=utils.js.map