Skip to content

routier-collection


routier-collection / core/src / isExpression

Function: isExpression()

isExpression(value): value is Expression

Defined in: core/src/assertions/index.ts:63

Type guard: narrows value to Expression when it is an object with a valid type property.

Parameters

value

unknown

Returns

value is Expression

Released under the MIT License.