ezyVet Javascript Helper Library Documentation
    Preparing search index...

    Function unflatten

    • Following code is a copy from 'flat' library (v5.0.2):

      Parameters

      • target: any

        the object to be flatten

      • opts: UnflattenOptions

        extra options to perform flatten

      Returns any

      unflatten object

      https://github.com/hughsk/flat. The modifications performed by us is neglible, and is only confined to TS support and ESLint compliance. Note: we haven't reviewed the code to avoid spending time rewriting it.