Remix
Remix
remix/route-pattern/specificity · FunctionView Source

lessThan

Summary

Returns true if match a is less specific than match b.

Signature

function lessThan(a: RoutePatternMatch, b: RoutePatternMatch): boolean;

Parameters

a

the first match to compare

b

the second match to compare

Returns

true if a is less specific than b