UNPKG

@gent-js/gent

Version:

template-based data generator.

9 lines (8 loc) 230 B
export function stampDocument(content, context) { if (typeof content === "string") { return content; } return content .map((documentFragment) => documentFragment.toString(context)) .join(""); }