source: imaps-frontend/node_modules/ajv-keywords/dist/definitions/_util.d.ts@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 310 bytes
Line 
1import type { DefinitionOptions } from "./_types";
2import type { SchemaObject, KeywordCxt, Name } from "ajv";
3export declare function metaSchemaRef({ defaultMeta }?: DefinitionOptions): SchemaObject;
4export declare function usePattern({ gen, it: { opts } }: KeywordCxt, pattern: string, flags?: string): Name;
Note: See TracBrowser for help on using the repository browser.