UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

7 lines (6 loc) 201 B
import { Matcher, MatchResult } from '../../matcher'; export declare class AbsentMatch extends Matcher { readonly name: string; constructor(name: string); test(actual: any): MatchResult; }