@webdeveric/utils
    Preparing search index...

    Type Alias DeepFreezeOptions

    type DeepFreezeOptions = {
        doNotFreeze: WeakSet<object>;
        filterProperties: Set<PropertyKey>;
        frozen: WeakSet<object>;
    }
    Index
    doNotFreeze: WeakSet<object>
    filterProperties: Set<PropertyKey>
    frozen: WeakSet<object>