doipjs/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts
Yarmo Mackenbach e996bc8023 Initial commit
2020-10-23 22:35:53 +02:00

7 lines
No EOL
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