stdlib-js/stdlib

[RFC]: add `fs/stat`

Daniel777y opened this issue · 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

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

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