@avanio/variable-util
    Preparing search index...

    Function applyStringMap

    • Apply a Record<string, string> to a Map<string, string>

      Parameters

      • obj: Record<string, undefined | string>

        object to apply

      • target: Map<string, string>

        Map to apply to

      Returns Map<string, string>

      • target with updates

      v0.2.5