aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jest-validate/build/exampleConfig.d.ts
blob: 9df7c32c645ff504ba40943461c77f6a0701107f (plain)
1
2
3
4
5
6
7
8
9
/**
 * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
import type { ValidationOptions } from './types';
declare const config: ValidationOptions;
export default config;