Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99967627
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
Mon, Jan 27, 12:39
Size
243 B
Mime Type
text/x-java
Expires
Wed, Jan 29, 12:39 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23818516
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