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

    Interface DocumentEvent

    interface DocumentEvent {
        type: 1;
        explicitStart: boolean;
        explicitEnd: boolean;
        directives: DocumentDirective[];
    }
    Index