1
Fork 0

document file.stats

This commit is contained in:
Conduitry 2018-03-08 13:18:47 -05:00
parent dd8a1c85ad
commit e206c47818

4
API.md
View file

@ -34,6 +34,10 @@ The filename (including the extension) of the file.
The extension (including the preceding `.`) of the file.
### `stats`
The `fs.Stats` of the file.
### `bytes`
The file's contents can be updated by getting or setting `bytes`, which is a `Buffer`.