Home > @cerbos/core > matchIsMatchAny
Type guard to check if a Match is a MatchAny.
Signature:
export declare function matchIsMatchAny(match: Match): match is MatchAny;
Parameter |
Type |
Description |
---|---|---|
match |
Returns:
match is MatchAny
Home > @cerbos/core > matchIsMatchAny
Type guard to check if a Match is a MatchAny.
Signature:
export declare function matchIsMatchAny(match: Match): match is MatchAny;
Parameter |
Type |
Description |
---|---|---|
match |
Returns:
match is MatchAny