UNPKG

@naturalcycles/nodejs-lib

Version:
9 lines (8 loc) 195 B
import Ajv from 'ajv'; import type { Options } from 'ajv'; /** * Create Ajv with modified defaults. * * https://ajv.js.org/options.html */ export declare function getAjv(opt?: Options): Ajv;