Interface NameResolver

Implements some name resolution mechanism. Typical ways to resolve a name is through aliasing or expanding based on a prefix, but this interface mandates no constraints except that the resolution should either produce a new name or return its input parameter as is.

Hierarchy

  • NameResolver

Methods

Methods

  • Parameters

    • name: string

    Returns string

Generated using TypeDoc