Sha256: 593098a31abf92dd0c9b717e8ff5b527cd92379391105e3a80966d17ea47e05b
Contents?: true
Size: 369 Bytes
Versions: 23
Compression:
Stored size: 369 Bytes
Contents
"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;
Version data entries
23 entries across 23 versions & 1 rubygems