yaml-resume API
    Preparing search index...

    Function parseYaml

    • Parse a YAML resume string into a plain object.

      Uses the YAML 1.2 core schema, so ISO dates such as 2021-06-01 stay strings (which is what the JSON Resume schema's date pattern expects).

      Parameters

      • text: string

        YAML source.

      Returns Resume

      the parsed resume (an object for well-formed input).