Skip to content

Instantly share code, notes, and snippets.

@jonvuri
Created February 22, 2016 19:13
Show Gist options
  • Select an option

  • Save jonvuri/fbbb076b8e6366158585 to your computer and use it in GitHub Desktop.

Select an option

Save jonvuri/fbbb076b8e6366158585 to your computer and use it in GitHub Desktop.
<script>
define('compare', () => ({
isEqual(sub1, sub2) {
return sub1 + sub2
},
cloneDeep(sub1, sub2) {
return sub1 - sub2
},
}))
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment