Skip to content

PathInfoBase.statInternal() method

pathlib-ts > PathInfoBase > statInternal

Signature:

protected statInternal(opts?: {
followSymlinks?: boolean;
ignoreErrors?: boolean;
}): Promise<fs.Stats | null>;

Parameter

Type

Description

opts

{ followSymlinks?: boolean; ignoreErrors?: boolean; }

(Optional)

Returns:

Promise<fs.Stats | null>