Interface SpiderImportGlobal

A global imported from another module.

Hierarchy

  • SpiderImportBase
    • SpiderImportGlobal

Properties

importType: global
module: string

The name of the module the value is being imported from.

mutable: boolean

True if the imported global is mutable.

name: string

The name of the value being imported.

The type of the value held by the imported global.

Generated using TypeDoc