KC's Workspace
    Preparing search index...
    interface BaseNodeWithoutComments {
        loc?: SourceLocation | null;
        range?: [number, number];
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: SourceLocation | null
    range?: [number, number]
    type: string