Function isEnumShapeSpecifier
isEnumShapeSpecifier( maybeSpecifier: unknown,): maybeSpecifier is ShapeEnum< [Record<string, string | number>, (
string | number)
?],> Returns maybeSpecifier is ShapeEnum<
[Record<string, string | number>, (string | number)?],
>
Checks if the input is an enumShape shape specifier for internal type guarding purposes.