Options
All
  • Public
  • Public/Protected
  • All
Menu

The source of the imported element. The right side of the import statement.

Hierarchy

  • ImportSource

Index

Properties

isPackage: boolean

By inspecting the name this tries to check if the source is a package. A package has usually not path like structure.

isRelative: boolean

By inspecting the name this tries to check if the source is a relative one. Names starting with "./" or with "../" are considered relative.

name: string

The name of the source, the literal string.

Generated using TypeDoc