KC's Workspace
    Preparing search index...
    interface SwitchCase {
        consequent: Statement[];
        leadingComments?: Comment[];
        loc?: SourceLocation | null;
        range?: [number, number];
        test?: Expression | null;
        trailingComments?: Comment[];
        type: "SwitchCase";
    }

    Hierarchy (View Summary)

    Index

    Properties

    consequent: Statement[]
    leadingComments?: Comment[]
    loc?: SourceLocation | null
    range?: [number, number]
    test?: Expression | null
    trailingComments?: Comment[]
    type: "SwitchCase"