Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103816145
reader.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, 22:28
Size
358 B
Mime Type
text/x-c++
Expires
Thu, Mar 6, 22:28 (2 d)
Engine
blob
Format
Raw Data
Handle
24670730
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
reader.js
View Options
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const common = require("./common");
class Reader {
constructor(_root, _settings) {
this._root = _root;
this._settings = _settings;
this._root = common.replacePathSegmentSeparator(_root, _settings.pathSegmentSeparator);
}
}
exports.default = Reader;
Event Timeline
Log In to Comment