js-yaml - v5.3.0
    Preparing search index...

    Function dump

    • Serializes JS object as a YAML document. By default it can dump every supported YAML type, so it throws an exception if you try to dump regexps or functions. However, you can disable exceptions by setting the DumpOptions.skipInvalid option to true.

      Parameters

      Returns string