Skip to content

Commit

Permalink
fix broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Jul 28, 2024
1 parent 1a5dcaa commit ca36a55
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
export type LiteralNumbers = 100 | 1000 | 10000;
export type LiteralStrings = 'apple' | 'grape' | 'orange';

export enum MyEnum {
FOO = 'foo',
BAR = 'bar',
}

0 comments on commit ca36a55

Please sign in to comment.