Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts
Information about an import statement
Properties
| Property | Type |
|---|---|
source | string |
importType | `'default' |
imported | string |
local | string |
Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts
Information about an import statement
| Property | Type |
|---|---|
source | string |
importType | `'default' |
imported | string |
local | string |
Was this page helpful?