Skip to content

Instantly share code, notes, and snippets.

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