Class ResolverAbstract

Represents a secondary resolution source (after user arguments) for which argument values can be obtained.

These sources may be from a network, from the file system, or from the environment.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

identifier: string

Methods

  • Resolve the provided key to its string value.

    This value should not be validated in any way other than ensuring it is not nullish.

    Parameters

    Returns Promise<string>

Generated using TypeDoc