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

    Interface Document

    The layer above Node: each document wraps one content node plus its own markers/directives. Not a member of Node — the fields differ. Document directives are ordered presentation data.

    interface Document {
        contents: Node | null;
        explicitStart?: boolean;
        explicitEnd?: boolean;
        directives: DocumentDirective[];
    }
    Index

    null = empty document

    print '---'

    print '...'