Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95328293
IssuePredicate.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, Dec 14, 18:39
Size
336 B
Mime Type
text/x-java
Expires
Mon, Dec 16, 18:39 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22969776
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
IssuePredicate.d.ts
View Options
import { Issue } from './index';
declare type IssuePredicate = (issue: Issue) => boolean;
declare function createTrivialIssuePredicate(result: boolean): IssuePredicate;
declare function composeIssuePredicates(predicates: IssuePredicate[]): IssuePredicate;
export { IssuePredicate, createTrivialIssuePredicate, composeIssuePredicates };
Event Timeline
Log In to Comment