agent-claw: automated task changes
This commit is contained in:
6
cdk/node_modules/aws-cdk-lib/assertions/lib/private/matchers/absent.d.ts
generated
vendored
Normal file
6
cdk/node_modules/aws-cdk-lib/assertions/lib/private/matchers/absent.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Matcher, MatchResult } from '../../matcher';
|
||||
export declare class AbsentMatch extends Matcher {
|
||||
readonly name: string;
|
||||
constructor(name: string);
|
||||
test(actual: any): MatchResult;
|
||||
}
|
||||
Reference in New Issue
Block a user