Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100872227
dynamicDefaults.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
Mon, Feb 3, 11:56
Size
319 B
Mime Type
text/x-java
Expires
Wed, Feb 5, 11:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24046605
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
dynamicDefaults.d.ts
View Options
import type { FuncKeywordDefinition } from "ajv";
export declare type DynamicDefaultFunc = (args?: Record<string, any>) => () => any;
declare const DEFAULTS: Record<string, DynamicDefaultFunc | undefined>;
declare const getDef: (() => FuncKeywordDefinition) & {
DEFAULTS: typeof DEFAULTS;
};
export default getDef;
Event Timeline
Log In to Comment