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:
643 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | import type { Format } from "ajv";
|
---|
| 2 | export declare type FormatMode = "fast" | "full";
|
---|
| 3 | export declare type FormatName = "date" | "time" | "date-time" | "duration" | "uri" | "uri-reference" | "uri-template" | "url" | "email" | "hostname" | "ipv4" | "ipv6" | "regex" | "uuid" | "json-pointer" | "json-pointer-uri-fragment" | "relative-json-pointer" | "byte" | "int32" | "int64" | "float" | "double" | "password" | "binary";
|
---|
| 4 | export declare type DefinedFormats = {
|
---|
| 5 | [key in FormatName]: Format;
|
---|
| 6 | };
|
---|
| 7 | export declare const fullFormats: DefinedFormats;
|
---|
| 8 | export declare const fastFormats: DefinedFormats;
|
---|
| 9 | export declare const formatNames: FormatName[];
|
---|
Note:
See
TracBrowser
for help on using the repository browser.