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 eda62eb commit 03e8209Copy full SHA for 03e8209
README.md
@@ -10,10 +10,10 @@ Typesafe string enums in TypeScript.
10
* [Usage](#usage)
11
- [Creating and using enums](#creating-and-using-enums)
12
- [Additional functions](#additional-functions)
13
- - [Enum.isType(enum, value)](#enum-istype-enum-value)
14
- - [Enum.keys(enum)](#enum-keys-enum)
15
- - [Enum.values(enum)](#enum-values-enum)
16
- - [Enum.ofKeys(object)](#enum-ofkeys-object)
+ - [Enum.isType(enum, value)](#enumistypeenum-value)
+ - [Enum.keys(enum)](#enumkeysenum)
+ - [Enum.values(enum)](#enumvaluesenum)
+ - [Enum.ofKeys(object)](#enumofkeysobject)
17
* [Motivation](#motivation)
18
- [Why not built-in enums?](#why-not-built-in-enums)
19
- [Why not string literals?](#why-not-string-literals)
0 commit comments