Skip to content

Instantly share code, notes, and snippets.

@ycmjason
Created February 26, 2020 16:26
Show Gist options
  • Save ycmjason/1d441b4f225f4a2a14e35e337254065c to your computer and use it in GitHub Desktop.
Save ycmjason/1d441b4f225f4a2a14e35e337254065c 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