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