Skip to content

Instantly share code, notes, and snippets.

@toxi-kb
Created February 26, 2020 11:30
Show Gist options
  • Select an option

  • Save toxi-kb/9460c1f0d1e5f76244ae7bbba5bc8043 to your computer and use it in GitHub Desktop.

Select an option

Save toxi-kb/9460c1f0d1e5f76244ae7bbba5bc8043 to your computer and use it in GitHub Desktop.
function isChanged<ValueType>(change: ChangeRecord<ValueType>){
return change.oldValue !== change.newValue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment