JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "async.d.ts"
Full Path: /home/u703019046/domains/nawabs.com.au/public_html/node_modules/@nodelib/fs.stat/out/providers/async.d.ts
File size: 274 bytes
MIME-type: text/x-java
Charset: utf-8
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;