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

    Type Alias Visitor

    Visitor: (
        node: Node,
        ctx: VisitContext,
    ) => undefined | void | typeof VISIT_BREAK | typeof VISIT_SKIP

    Type Declaration