We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15c886 commit dce526cCopy full SHA for dce526c
README.md
@@ -4,6 +4,16 @@ Typesafe string enums in TypeScript.
4
5
[](https://travis-ci.org/dphilipson/typescript-string-enums)
6
7
+## Table of Contents
8
+
9
+* [Installation](#installation)
10
+* [Usage](#usage)
11
+* [Motivation](#motivation)
12
+ - [Why not built-in enums?](#why-not-built-in-enums)
13
+ - [Why not string literals?](#why-not-string-literals)
14
+* [How It Works](#how-it-works)
15
+* [Acknowledgements](#acknowledgements)
16
17
## Installation
18
19
```
0 commit comments