@adviser/cement - v0.0.0
    Preparing search index...

    Interface LogValueState

    interface LogValueState {
        state?: Set<unknown>;
        ignoreAttr: Option<RegExp>;
    }
    Index

    Properties

    Properties

    state?: Set<unknown>
    ignoreAttr: Option<RegExp>