
#######
copyMap
#######

.. js:function:: wv.Util.copyMap

   .. rst-class:: sig-pretty-signature
   
      | copyMap(**input**\ : *Map*\ ): *Map*
   
   Performs a shallow copy of a Map.
   
   **Parameters**
   
   
      **input**\ : *Map*
   
   
         The Map to be copied
   
   
   
   **Returns**\ : *Map*
   




