Skip to content

Instantly share code, notes, and snippets.

@FabreFrederic
Last active October 19, 2016 15:06
Show Gist options
  • Save FabreFrederic/4d1aa2d5f9aaccbd1179ab82851afb80 to your computer and use it in GitHub Desktop.
Save FabreFrederic/4d1aa2d5f9aaccbd1179ab82851afb80 to your computer and use it in GitHub Desktop.
Example of an enum class in Typescript. The enum returns a numeric value.
export enum Direction {
Left,
Right
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment