mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-14 06:20:47 +00:00
update
This commit is contained in:
11
node_modules/@nodelib/fs.walk/out/providers/sync.d.ts
generated
vendored
Normal file
11
node_modules/@nodelib/fs.walk/out/providers/sync.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
import SyncReader from '../readers/sync';
|
||||
import Settings from '../settings';
|
||||
import { Entry } from '../types';
|
||||
export default class SyncProvider {
|
||||
private readonly _root;
|
||||
private readonly _settings;
|
||||
protected readonly _reader: SyncReader;
|
||||
constructor(_root: string, _settings: Settings);
|
||||
read(): Entry[];
|
||||
}
|
||||
//# sourceMappingURL=sync.d.ts.map
|
Reference in New Issue
Block a user