UNPKG

225 BTypeScriptView Raw
1import Ajv, { Options as AjvOptions } from 'ajv'
2
3export function transpileSchema (
4 schema: object,
5 ajvOptions?: Partial<AjvOptions>
6): Ajv
7
8export function transpileLocale (src: string, options?: object | any): Function
9
\No newline at end of file