Skip to content

yamlMergeDocuments

yamlMergeDocuments(docs) → string · YAML

Merge an array of YAML documents back into a single multi-document string joined with --- separators. See Chapter 26.

  • docs (required): array of documents
utlx
yamlMergeDocuments(docs)                 // joined with --- separators

Released under AGPL-3.0.