@tbela99/css-parser
    Preparing search index...

    Interface MatchedSelectorInternal

    matched selector object

    interface MatchedSelector {
        eq: boolean;
        match: string[][];
        selector1: string[][];
        selector2: string[][];
    }
    Index

    Properties

    eq: boolean

    selectors partially match

    match: string[][]

    matched selector

    selector1: string[][]

    selector 1

    selector2: string[][]

    selector 2