Chunte's picture
Chunte HF Staff
Upload 1033 files
d8f0e51 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);
}