Posts tagged with typescript
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
You have to add an extra line to extract the value from enum and use it as in parameter in a function