Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98232191
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
Sat, Jan 11, 07:24
Size
243 B
Mime Type
text/x-java
Expires
Mon, Jan 13, 07:24 (2 d)
Engine
blob
Format
Raw Data
Handle
23536258
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