Class ObjectAssignBuilder<K, V>

A builder that constructs an object by assigning values to keys from key-value pairs.

Type Parameters

  • in out K extends number | string | symbol

  • in out V

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

output: Record<K, V>

Methods

  • Add a single element to this builder.

    Parameters

    • input: readonly [K, V]

    Returns void

Generated using TypeDoc