Interface SpiderImportFunction

A function imported from another module.

Hierarchy

  • SpiderImportBase
    • SpiderImportFunction

Properties

Properties

importType: func
module: string

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

name: string

The name of the value being imported.

The signature of the imported function.

Generated using TypeDoc