KC's Workspace
    Preparing search index...
    interface ImportDeclaration {
        attributes: ImportAttribute[];
        end: number;
        importKind?: ImportOrExportKind;
        parent?: Node;
        phase: ImportPhase | null;
        range?: [number, number];
        source: StringLiteral;
        specifiers: ImportDeclarationSpecifier[];
        start: number;
        type: "ImportDeclaration";
    }

    Hierarchy (View Summary)

    • Span
      • ImportDeclaration
    Index

    Properties

    attributes: ImportAttribute[]
    end: number
    importKind?: ImportOrExportKind
    parent?: Node
    phase: ImportPhase | null
    range?: [number, number]
    start: number
    type: "ImportDeclaration"