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