Skip to content

Instantly share code, notes, and snippets.

@reyronald
Last active June 12, 2023 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reyronald/fa24b48cb8478aa7a6f0bb3721c7ae15 to your computer and use it in GitHub Desktop.
Save reyronald/fa24b48cb8478aa7a6f0bb3721c7ae15 to your computer and use it in GitHub Desktop.
// https://twitter.com/GabrielVergnaud/status/1622899119856525313
type Prettify<T> = {
[K in keyof T]: T[K]
} & {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment