Initial commit - Event Planner application
This commit is contained in:
8
node_modules/@nestjs/common/utils/validate-each.util.d.ts
generated
vendored
Normal file
8
node_modules/@nestjs/common/utils/validate-each.util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export declare class InvalidDecoratorItemException extends Error {
|
||||
private readonly msg;
|
||||
constructor(decorator: string, item: string, context: string);
|
||||
what(): string;
|
||||
}
|
||||
export declare function validateEach(context: {
|
||||
name: string;
|
||||
}, arr: any[], predicate: Function, decorator: string, item: string): boolean;
|
||||
Reference in New Issue
Block a user