Wendel Fabian ChinsamyforWendel Writes Codewendelwritescode.hashnode.netยทMar 15, 2023Typescript Literal TypesIntroduction Literal types are a feature of the Typescript compiler that allows the creation of types that have a specific value of a primitive type. Literal types can be of type string, number or boolean. Let's take a look at literal types in code. ...TypeScriptComments disabledThe comments have been disabled by the author for this article.