Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103821541
common.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, Mar 4, 23:12
Size
498 B
Mime Type
text/x-java
Expires
Thu, Mar 6, 23:12 (2 d)
Engine
blob
Format
Raw Data
Handle
24662024
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
common.d.ts
View Options
import type { FilterFunction } from '../settings';
import type Settings from '../settings';
import type { Errno } from '../types';
export declare function isFatalError(settings: Settings, error: Errno): boolean;
export declare function isAppliedFilter<T>(filter: FilterFunction<T> | null, value: T): boolean;
export declare function replacePathSegmentSeparator(filepath: string, separator: string): string;
export declare function joinPathSegments(a: string, b: string, separator: string): string;
Event Timeline
Log In to Comment