Search


Search something to see results

KeyCompareFunction

KeyCompareFunction: (local: any, remote: any) => string | null

Compare function that can be executed on a key in an API response. Returns the change reason as a string or a falsy value for no changes.

Type Declaration

    • (local: any, remote: any): string | null
    • Parameters

      • local: any
      • remote: any

      Returns string | null