routier-collection / core/src / isPropertyExpression
Function: isPropertyExpression()
isPropertyExpression(
value):value is PropertyExpression
Defined in: core/src/assertions/index.ts:84
Type guard: narrows value to PropertyExpression when it is an object with type === "property".
Parameters
value
unknown
Returns
value is PropertyExpression