Jofthomas's picture
Upload 4781 files
5c2ed06 verified
raw
history blame contribute delete
208 Bytes
import type Settings from '../settings';
export default class Reader {
protected readonly _root: string;
protected readonly _settings: Settings;
constructor(_root: string, _settings: Settings);
}