Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98111193
index.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
Thu, Jan 9, 21:50
Size
580 B
Mime Type
text/x-java
Expires
Sat, Jan 11, 21:50 (2 d)
Engine
blob
Format
Raw Data
Handle
23507072
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.d.ts
View Options
import { FormatMode, FormatName } from "./formats";
import type { Plugin, Format } from "ajv";
export { FormatMode, FormatName } from "./formats";
export { LimitFormatError } from "./limit";
export interface FormatOptions {
mode?: FormatMode;
formats?: FormatName[];
keywords?: boolean;
}
export declare type FormatsPluginOptions = FormatName[] | FormatOptions;
export interface FormatsPlugin extends Plugin<FormatsPluginOptions> {
get: (format: FormatName, mode?: FormatMode) => Format;
}
declare const formatsPlugin: FormatsPlugin;
export default formatsPlugin;
Event Timeline
Log In to Comment