Function deflattenObject

  • Deflattens an Dict Based Object. The Object it self is represented as Map, whereas the Key represents the path.

    Author

    M.Karkowski

    Export

    Returns

    {*}

    Parameters

    • _flattenObject: Map<string, any>
    • options: {
          prefix?: string;
          splitchar?: string;
      }
      • Optional prefix?: string
      • Optional splitchar?: string

    Returns any

Generated using TypeDoc