API ReferenceFunctions
coercionTrapCategory
function coercionTrapCategory(value): CoercionCategory | undefined;Defined in: packages/core/src/coercion.ts:65
Category names are disjoint over real inputs, so the first match wins.
Parameters
value
string
Returns
CoercionCategory | undefined