Skip to content

Instantly share code, notes, and snippets.

@janjakubnanista
Created June 25, 2020 15:49
Show Gist options
  • Save janjakubnanista/43cdbb572c3b93313e49f4af1d12f542 to your computer and use it in GitHub Desktop.
Save janjakubnanista/43cdbb572c3b93313e49f4af1d12f542 to your computer and use it in GitHub Desktop.
const buttonTypeKeys = propertiesOf<typeof MyEnum>();
const stringProperties = propertiesOf<string>();
const promiseProperties = propertiesOf<Promise<unknown>>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment