Actualités item/22
Chapter-4-Item-22-Use-interfaces-only-to-define-types.md
Fri, 01 May 2020 15:57:00 GMT
If the constants are best viewed as members of an enumerated type, you should export them with an enum type (Item 34). Otherwise, you should export the constants with a noninstantiable utility class ...