Minor Type Definitions Fix
The convenience types NumberEnumWrapper
, StringEnumWrapper
and MixedEnumWrapper
were incorrectly defined by using type any
instead of type T
.
This had no impact on typical usage of ts-enum-util
.
The convenience types NumberEnumWrapper
, StringEnumWrapper
and MixedEnumWrapper
were incorrectly defined by using type any
instead of type T
.
This had no impact on typical usage of ts-enum-util
.