Interface Custom<TNaming>

Custom import initialization options.

Type Parameters

  • out TNaming extends EsNaming

    Import naming type.

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

      Import naming specific to symbol type.

Generated using TypeDoc