Function elementMapToObject

  • Convert the result of a Gremlin .elementMap() call to a simple JS object.

    Returns

    A JS object.

    Parameters

    • map: GremlinMap

      The elementMap value.

    Returns Record<string, string | Record<string, string>>

Generated using TypeDoc