_util.d.ts 310 B

1234
  1. import type { DefinitionOptions } from "./_types";
  2. import type { SchemaObject, KeywordCxt, Name } from "ajv";
  3. export declare function metaSchemaRef({ defaultMeta }?: DefinitionOptions): SchemaObject;
  4. export declare function usePattern({ gen, it: { opts } }: KeywordCxt, pattern: string, flags?: string): Name;