Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99731832
keyword.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
Sun, Jan 26, 09:10
Size
679 B
Mime Type
text/x-java
Expires
Tue, Jan 28, 09:10 (2 d)
Engine
blob
Format
Raw Data
Handle
23815813
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
keyword.d.ts
View Options
import type { KeywordCxt } from ".";
import type { AddedKeywordDefinition, MacroKeywordDefinition, FuncKeywordDefinition } from "../../types";
import type { SchemaObjCxt } from "..";
import type { JSONType } from "../rules";
export declare function macroKeywordCode(cxt: KeywordCxt, def: MacroKeywordDefinition): void;
export declare function funcKeywordCode(cxt: KeywordCxt, def: FuncKeywordDefinition): void;
export declare function validSchemaType(schema: unknown, schemaType: JSONType[], allowUndefined?: boolean): boolean;
export declare function validateKeywordUsage({ schema, opts, self, errSchemaPath }: SchemaObjCxt, def: AddedKeywordDefinition, keyword: string): void;
Event Timeline
Log In to Comment