Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
introspection
ImportInfo
Interface ImportInfo
Information about a single import statement
interface
ImportInfo
{
importType
:
|
"default"
|
"named"
|
"namespace"
|
"side-effect"
;
importedNames
:
string
[]
;
isTypeOnly
:
boolean
;
rawImportPath
:
string
;
sourcePath
:
string
;
targetPath
:
string
;
}
Index
Properties
import
Type
imported
Names
is
Type
Only
raw
Import
Path
source
Path
target
Path
Properties
import
Type
import
Type
:
|
"default"
|
"named"
|
"namespace"
|
"side-effect"
imported
Names
imported
Names
:
string
[]
is
Type
Only
is
Type
Only
:
boolean
raw
Import
Path
raw
Import
Path
:
string
source
Path
source
Path
:
string
target
Path
target
Path
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
import
Type
imported
Names
is
Type
Only
raw
Import
Path
source
Path
target
Path
Tidyscripts Docs
Loading...
Information about a single import statement