ml-spectra-processing
    Preparing search index...

    Function recursiveRemoveEmptyAndNull

    • Recursively removes empty values from an object. This will also remove empty object or empty array.

      Parameters

      • object: unknown

        the object being cleaned

      • options: RecursiveRemoveEmptyAndNullOptions = {}

        Optional object with options for cleaning

      Returns unknown

      the cleaned object