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

    Hierarchy (View Summary)

    Index

    Properties

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