Class StringSet

String name value pairs.

Hierarchy

  • Map<string, string>
    • StringSet

Constructors

Constructors

  • Parameters

    • Optional entries: null | readonly (readonly [string, string])[]

    Returns StringSet

  • Parameters

    • Optional iterable: null | Iterable<readonly [string, string]>

    Returns StringSet

Generated using TypeDoc