UNPKG

195 BTypeScriptView Raw
1import Ajv from 'ajv';
2import type { Options } from 'ajv';
3/**
4 * Create Ajv with modified defaults.
5 *
6 * https://ajv.js.org/options.html
7 */
8export declare function getAjv(opt?: Options): Ajv;