/home/techb158/balavpn.abdallabala.com/node_modules/@nodelib/fs.stat/out/providers
NameSizeModeActions
async.d.ts2740666editdlrm
async.js11720666editdlrm
sync.d.ts1510666editdlrm
sync.js6190666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/@nodelib/fs.stat/out/providers/async.d.ts (274B)
import type Settings from '../settings'; import type { ErrnoException, Stats } from '../types'; export declare type AsyncCallback = (error: ErrnoException, stats: Stats) => void; export declare function read(path: string, settings: Settings, callback: AsyncCallback): void;