Skip to content

Minor Type Definitions Fix

Compare
Choose a tag to compare
@UselessPickles UselessPickles released this 06 Jun 03:39
· 92 commits to master since this release

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.