Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for enums #11

Open
sebbekarlsson opened this issue Jan 26, 2021 · 0 comments
Open

Add support for enums #11

sebbekarlsson opened this issue Jan 26, 2021 · 0 comments
Labels
typescript Typescript related tasks / issues

Comments

@sebbekarlsson
Copy link
Owner

Example:

enum Direction {
  Up,
  Down,
  Left,
  Right,
}
@sebbekarlsson sebbekarlsson added the typescript Typescript related tasks / issues label Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typescript Typescript related tasks / issues
Projects
None yet
Development

No branches or pull requests

1 participant