mirror of
https://github.com/actions/labeler.git
synced 2025-12-17 23:59:40 +00:00
build
This commit is contained in:
4
node_modules/jest-validate/build/validate.d.ts
generated
vendored
4
node_modules/jest-validate/build/validate.d.ts
generated
vendored
@@ -5,9 +5,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
import { ValidationOptions } from './types';
|
||||
declare const validate: (config: {
|
||||
[key: string]: any;
|
||||
}, options: ValidationOptions) => {
|
||||
declare const validate: (config: Record<string, any>, options: ValidationOptions) => {
|
||||
hasDeprecationWarnings: boolean;
|
||||
isValid: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user