Skip to content

yamlValues

yamlValues(object) → array · YAML

Get all values from a YAML object. See Chapter 26.

  • object (required): YAML object
utlx
yamlValues({host: "localhost", port: 5432})
// ["localhost", 5432]

Released under AGPL-3.0.