Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103821223
sync.js
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:09
Size
407 B
Mime Type
text/x-c++
Expires
Thu, Mar 6, 23:09 (2 d)
Engine
blob
Format
Raw Data
Handle
24672687
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
sync.js
View Options
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const sync_1 = require("../readers/sync");
class SyncProvider {
constructor(_root, _settings) {
this._root = _root;
this._settings = _settings;
this._reader = new sync_1.default(this._root, this._settings);
}
read() {
return this._reader.read();
}
}
exports.default = SyncProvider;
Event Timeline
Log In to Comment