Function flattenConfig

  • Creates a flat serializable object based on a mapping Object that can be used to generate a query string.

    Parameters

    • config: Config | readonly Config[]
    • path: readonly (string | number)[] = []

    Returns MappedConfig

    a key/value object with the object containing the defined parameters as key.

Generated using TypeDoc