mirror of
https://github.com/actions/labeler.git
synced 2025-12-18 16:16:48 +00:00
build
This commit is contained in:
6
node_modules/jest-validate/build/warnings.d.ts
generated
vendored
6
node_modules/jest-validate/build/warnings.d.ts
generated
vendored
@@ -5,9 +5,5 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
import { ValidationOptions } from './types';
|
||||
export declare const unknownOptionWarning: (config: {
|
||||
[s: string]: any;
|
||||
}, exampleConfig: {
|
||||
[key: string]: any;
|
||||
}, option: string, options: ValidationOptions, path?: string[] | undefined) => void;
|
||||
export declare const unknownOptionWarning: (config: Record<string, any>, exampleConfig: Record<string, any>, option: string, options: ValidationOptions, path?: string[] | undefined) => void;
|
||||
//# sourceMappingURL=warnings.d.ts.map
|
||||
Reference in New Issue
Block a user