Prism API - v2.0.0-alpha.1
    Preparing search index...

    Interface CloneOptions

    Used internally to store clones of objects, both for performance but mainly to avoid getting tripped up in circular references

    interface CloneOptions {
        _clones?: WeakMap<any, any>;
    }
    Index
    _clones?: WeakMap<any, any>