DenoDeno.lint.ImportDeclarationinterface Deno.lint.ImportDeclarationunstableAn import declaration, examples: Properties ##type: "ImportDeclaration" #range: Range #importKind: "type" | "value" #source: StringLiteral #specifiers: Array<ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier> #attributes: ImportAttribute[]
interface Deno.lint.ImportDeclarationunstableAn import declaration, examples: Properties ##type: "ImportDeclaration" #range: Range #importKind: "type" | "value" #source: StringLiteral #specifiers: Array<ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier> #attributes: ImportAttribute[]