Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103825337
sync.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:36
Size
338 B
Mime Type
text/x-java
Expires
Thu, Mar 6, 23:36 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24672334
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
sync.d.ts
View Options
import SyncReader from '../readers/sync';
import type Settings from '../settings';
import type { Entry } from '../types';
export default class SyncProvider {
private readonly _root;
private readonly _settings;
protected readonly _reader: SyncReader;
constructor(_root: string, _settings: Settings);
read(): Entry[];
}
Event Timeline
Log In to Comment