Posts tagged with enum

How to use TypeScript enum value as function parameter

You have to add an extra line to extract the value from enum and use it as in parameter in a function