SheetXL - v0.3.20
    Preparing search index...

    Variable mergeContentfulConst

    mergeContentful: (...args: any[]) => any

    Simple wrapper around deepMerge that returns Takes a two json objects and returns a deeply merged Json object.

    The json object will remove nulls so to remove values set null as the options within the second argument Merge plain Json object but not arrays or (currently) objects with functions

    Type declaration

      • (...args: any[]): any
      • Parameters

        • ...args: any[]

        Returns any

    Will try to merge functions.