nx.js
NamespacesSwitchFunctions

statSync

statSync(path): null | Stats

Parameters

ParameterTypeDescription
pathPathLikeFile path to retrieve file stats for.

Returns

null | Stats

Object containing the file stat information of path, or null if the file does not exist.

On this page