Function MapObject

  • Recursive function to map an object and its properties to a string key Map.

    Parameters

    • objectToMap: Record<string, any>

      Object to be mapped.

    • map: Map<string, string | boolean | object | any[]>

      Map to store the object and its properties.

    • Optional parentKey: string

      Key of the parent object. Optional.

    Returns void

Generated using TypeDoc