Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103982586
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
Wed, Mar 5, 19:43
Size
407 B
Mime Type
text/x-c++
Expires
Fri, Mar 7, 19:43 (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