main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
310 bytes
|
Line | |
---|
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;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.