mirror of
https://github.com/actions/labeler.git
synced 2025-12-18 08:06:47 +00:00
build
This commit is contained in:
4
node_modules/jest-validate/build/index.d.ts
generated
vendored
4
node_modules/jest-validate/build/index.d.ts
generated
vendored
@@ -13,9 +13,7 @@ declare const _default: {
|
||||
format: (value: any) => string;
|
||||
logValidationWarning: (name: string, message: string, comment?: string | null | undefined) => void;
|
||||
multipleValidOptions: typeof multipleValidOptions;
|
||||
validate: (config: {
|
||||
[key: string]: any;
|
||||
}, options: import("./types").ValidationOptions) => {
|
||||
validate: (config: Record<string, any>, options: import("./types").ValidationOptions) => {
|
||||
hasDeprecationWarnings: boolean;
|
||||
isValid: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user