Description
This RFC proposes adding the package @stdlib/fs/stat for inspecting details of files asynchronously and synchronously.
var stat = require( '@stdlib/fs/stat' );
var statSync = require( '@stdlib/fs/stat' ).sync;
Related Issues
None.
Questions
No.
Other
No.
Checklist
Description
This RFC proposes adding the package
@stdlib/fs/statfor inspecting details of files asynchronously and synchronously.Related Issues
None.
Questions
No.
Other
No.
Checklist
RFC:.