Showing 23 of 23 total issues
Avoid too many return
statements within this function. Open
Open
if (Array.isArray(typ)) return transformEnum(typ, val);
Avoid too many return
statements within this function. Open
Open
return transformPrimitive(typ, val);
Avoid too many return
statements within this function. Open
Open
return transformPrimitive(typ, val);