A Detailed Guide on TypeScript Enum
Author: Abdullah Numan
Introduction
Enums are constants based data structures that store a set of named constants grouped around a central theme or intent. In TypeScript, Enums are a feature that injects runtime JavaScript objects to an application ...
refine.hashnode.dev12 min read