Skip to content

Instantly share code, notes, and snippets.

@rajinwonderland
Created May 2, 2023 17:47
Show Gist options
  • Save rajinwonderland/41b8840a1d0c26c15d5046c8d78b3805 to your computer and use it in GitHub Desktop.
Save rajinwonderland/41b8840a1d0c26c15d5046c8d78b3805 to your computer and use it in GitHub Desktop.
Prettify for Classes
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