Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC]: add fs/stat #2233

Open
3 tasks done
Daniel777y opened this issue May 5, 2024 · 1 comment
Open
3 tasks done

[RFC]: add fs/stat #2233

Daniel777y opened this issue May 5, 2024 · 1 comment

Comments

@Daniel777y
Copy link
Contributor

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

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.
@Daniel777y
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant