SheetXL - v0.3.20
    Preparing search index...

    Variable removeEqualValuesConst

    removeEqualValues: (
        update: any,
        original: any,
        isEqual?: (update: any, original: any) => boolean,
    ) => void

    Removes from update any values that are identical in original.

    Type declaration

      • (
            update: any,
            original: any,
            isEqual?: (update: any, original: any) => boolean,
        ): void
      • Parameters

        • update: any
        • original: any
        • OptionalisEqual: (update: any, original: any) => boolean

        Returns void

    This mutates the update object.