nx.js
NamespacesSwitchFunctions

stat

stat(path): Promise<null | Stats>

Returns a Promise which resolves to an object containing information about the file pointed to by path.

Parameters

ParameterTypeDescription
pathPathLikeFile path to retrieve file stats for.

Returns

Promise<null | Stats>

On this page