Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99393829
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
Fri, Jan 24, 04:02
Size
580 B
Mime Type
text/x-java
Expires
Sun, Jan 26, 04:02 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23789012
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