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

How about Enum Type? #13

Open
331000738 opened this issue Jul 5, 2020 · 1 comment
Open

How about Enum Type? #13

331000738 opened this issue Jul 5, 2020 · 1 comment

Comments

@331000738
Copy link

Enum type is very useful not only for program control but also for doc. Do you think to support Enum type? Thanks!

@Ar-Kan
Copy link

Ar-Kan commented Jan 19, 2021

Enum is a TypeScript implementation, and, currently, it's not present on JavaScript nor LiveScript.

Besides, the Enum type transpile to an JS Object, so a typeCheck('Object', enum) would sufice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants