How to make object properties number type values to number literal type in TypeScript?
Originally Published Here ๐!
To make the object properties number type values to number literals, we can use the as keyword after the property number value and then type out the number literal or we can use the as keyword after accessing the propert...
melvingeorge-me.hashnode.dev3 min read