Function dataSetUnsafe

  • Set a deep-nested property on the given object. This is NOT typesafe and is meant for internal use only.

    Parameters

    • path: string
    • value: unknown
    • data: undefined | any[] | {
          [key: string]: any;
      }

    Returns any