Function removePath$

  • Remove value at path in a nested object.

    Returns

    x = x \: [k₀][k₁][...] | [k₀, k₁, ...] = p

    Parameters

    • x: object

      a nested object (updated)

    • p: string[]

      path

    Returns any

Generated using TypeDoc