@@ -1528,7 +1528,7 @@ changes:
1528
1528
### `fsPromises.statfs(path[, options])`
1529
1529
1530
1530
<!-- YAML
1531
- added: REPLACEME
1531
+ added: v18.15.0
1532
1532
-->
1533
1533
1534
1534
* `path` {string|Buffer|URL}
@@ -4098,7 +4098,7 @@ Stats {
4098
4098
### ` fs.statfs(path[, options], callback)`
4099
4099
4100
4100
<!-- YAML
4101
- added: REPLACEME
4101
+ added: v18. 15 . 0
4102
4102
-->
4103
4103
4104
4104
* ` path` {string| Buffer| URL }
@@ -5858,7 +5858,7 @@ Retrieves the {fs.Stats} for the path.
5858
5858
### ` fs.statfsSync(path[, options])`
5859
5859
5860
5860
<!-- YAML
5861
- added: REPLACEME
5861
+ added: v18. 15 . 0
5862
5862
-->
5863
5863
5864
5864
* ` path` {string| Buffer| URL }
@@ -6961,7 +6961,7 @@ of 0.12, `ctime` is not "creation time", and on Unix systems, it never was.
6961
6961
### Class: ` fs.StatFs`
6962
6962
6963
6963
<!-- YAML
6964
- added: REPLACEME
6964
+ added: v18. 15 . 0
6965
6965
-->
6966
6966
6967
6967
Provides information about a mounted file system.
@@ -6999,7 +6999,7 @@ StatFs {
6999
6999
#### ` statfs.bavail`
7000
7000
7001
7001
<!-- YAML
7002
- added: REPLACEME
7002
+ added: v18. 15 . 0
7003
7003
-->
7004
7004
7005
7005
* {number| bigint}
@@ -7009,7 +7009,7 @@ Free blocks available to unprivileged users.
7009
7009
#### ` statfs.bfree`
7010
7010
7011
7011
<!-- YAML
7012
- added: REPLACEME
7012
+ added: v18. 15 . 0
7013
7013
-->
7014
7014
7015
7015
* {number| bigint}
@@ -7019,7 +7019,7 @@ Free blocks in file system.
7019
7019
#### ` statfs.blocks`
7020
7020
7021
7021
<!-- YAML
7022
- added: REPLACEME
7022
+ added: v18. 15 . 0
7023
7023
-->
7024
7024
7025
7025
* {number| bigint}
@@ -7029,7 +7029,7 @@ Total data blocks in file system.
7029
7029
#### ` statfs.bsize`
7030
7030
7031
7031
<!-- YAML
7032
- added: REPLACEME
7032
+ added: v18. 15 . 0
7033
7033
-->
7034
7034
7035
7035
* {number| bigint}
@@ -7039,7 +7039,7 @@ Optimal transfer block size.
7039
7039
#### ` statfs.ffree`
7040
7040
7041
7041
<!-- YAML
7042
- added: REPLACEME
7042
+ added: v18. 15 . 0
7043
7043
-->
7044
7044
7045
7045
* {number| bigint}
@@ -7049,7 +7049,7 @@ Free file nodes in file system.
7049
7049
#### ` statfs.files`
7050
7050
7051
7051
<!-- YAML
7052
- added: REPLACEME
7052
+ added: v18. 15 . 0
7053
7053
-->
7054
7054
7055
7055
* {number| bigint}
@@ -7059,7 +7059,7 @@ Total file nodes in file system.
7059
7059
#### ` statfs.type`
7060
7060
7061
7061
<!-- YAML
7062
- added: REPLACEME
7062
+ added: v18. 15 . 0
7063
7063
-->
7064
7064
7065
7065
* {number| bigint}
0 commit comments