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

    Interface FromJsOptions

    interface FromJsOptions {
        noRefs?: boolean;
        skipInvalid?: boolean;
    }
    Index

    Inlines duplicate objects instead of converting them into references.

    Skips unrepresentable values instead of throwing. Invalid mapping pairs and sequence items are skipped; undefined sequence items become null.