@samatawy/rules
    Preparing search index...

    Interface DependencyChain

    interface DependencyChain {
        circular: boolean;
        stack: AbstractRule[];
    }
    Index

    Properties

    Properties

    circular: boolean
    stack: AbstractRule[]