Skip to content

Instantly share code, notes, and snippets.

@ycmjason
Created February 26, 2020 16:26
Show Gist options
  • Save ycmjason/9ab88958f479cf34f0b15b68bcf68f1d to your computer and use it in GitHub Desktop.
Save ycmjason/9ab88958f479cf34f0b15b68bcf68f1d to your computer and use it in GitHub Desktop.
interface Ref<T> {
value: T
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment