stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: add `fs/stat`

Open C0ldSmi1e opened this issue 1 year ago • 1 comments

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

  • [X] I have read and understood the Code of Conduct.
  • [X] Searched for existing issues and pull requests.
  • [X] The issue name begins with RFC:.

C0ldSmi1e avatar May 05 '24 17:05 C0ldSmi1e

Hi, @kgryte . I found this can be used by other packages in @stdlib/fs. Can I try working on this?

C0ldSmi1e avatar May 05 '24 17:05 C0ldSmi1e