UNPKG

ajv-keywords

Version:

Additional JSON-Schema keywords for Ajv JSON validator

5 lines (4 loc) 310 B
import type { DefinitionOptions } from "./_types"; import type { SchemaObject, KeywordCxt, Name } from "ajv"; export declare function metaSchemaRef({ defaultMeta }?: DefinitionOptions): SchemaObject; export declare function usePattern({ gen, it: { opts } }: KeywordCxt, pattern: string, flags?: string): Name;