SheetXL - v0.3.20
    Preparing search index...

    Variable diffValuesConst

    diffValues: (check: Object, template: Object) => Object

    Simple util that scans 2 objects and returns a new object with values from check that are different than template.

    Type declaration

      • (check: Object, template: Object): Object
      • Parameters

        • check: Object
        • template: Object

        Returns Object