7 lines
245 B
TypeScript
7 lines
245 B
TypeScript
import Settings from '../settings';
|
|
export default class Reader {
|
|
protected readonly _root: string;
|
|
protected readonly _settings: Settings;
|
|
constructor(_root: string, _settings: Settings);
|
|
}
|
|
//# sourceMappingURL=reader.d.ts.map
|