Open Daniel777y opened 6 months ago
This RFC proposes adding the package @stdlib/fs/stat for inspecting details of files asynchronously and synchronously.
@stdlib/fs/stat
var stat = require( '@stdlib/fs/stat' ); var statSync = require( '@stdlib/fs/stat' ).sync;
None.
No.
RFC:
Hi, @kgryte . I found this can be used by other packages in @stdlib/fs. Can I try working on this?
@stdlib/fs
Description
This RFC proposes adding the package
@stdlib/fs/stat
for inspecting details of files asynchronously and synchronously.Related Issues
None.
Questions
No.
Other
No.
Checklist
RFC:
.