Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99431650
formats.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 24, 12:38
Size
643 B
Mime Type
text/x-java
Expires
Sun, Jan 26, 12:38 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23794723
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
formats.d.ts
View Options
import type { Format } from "ajv";
export declare type FormatMode = "fast" | "full";
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";
export declare type DefinedFormats = {
[key in FormatName]: Format;
};
export declare const fullFormats: DefinedFormats;
export declare const fastFormats: DefinedFormats;
export declare const formatNames: FormatName[];
Event Timeline
Log In to Comment