Interface Default<TNaming>

Default import initialization options.

Type Parameters

Hierarchy

Properties

as?: string

Requested symbol name.

Default Value

The same as import name.

comment?: string | EsComment

Human-readable symbol comment used in its string representation.

createNaming?: ((this, naming, symbol) => TNaming)

Type declaration

    • (this, naming, symbol): TNaming
    • Creates import naming specific to particular symbol type.

      Parameters

      Returns TNaming

Generated using TypeDoc