How to get the enum object value when passing key using typescript/javascript
I have a enum object and how to get the object value when passing the key using typescript Below switch case works what if the enum object is so long, any other better way to do export enum AllGroup =…