Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100942072
pattern.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
Tue, Feb 4, 04:11
Size
243 B
Mime Type
text/x-java
Expires
Thu, Feb 6, 04:11 (2 d)
Engine
blob
Format
Raw Data
Handle
24060730
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
pattern.d.ts
View Options
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export type PatternError = ErrorObject<"pattern", {
pattern: string;
}, string | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;
Event Timeline
Log In to Comment