@@ -1528,7 +1528,7 @@ changes:
15281528### `fsPromises.statfs(path[, options])`
15291529
15301530<!-- YAML
1531- added: REPLACEME
1531+ added: v18.15.0
15321532-->
15331533
15341534* `path` {string|Buffer|URL}
@@ -4098,7 +4098,7 @@ Stats {
40984098### ` fs.statfs(path[, options], callback)`
40994099
41004100<!-- YAML
4101- added: REPLACEME
4101+ added: v18. 15 . 0
41024102-->
41034103
41044104* ` path` {string| Buffer| URL }
@@ -5858,7 +5858,7 @@ Retrieves the {fs.Stats} for the path.
58585858### ` fs.statfsSync(path[, options])`
58595859
58605860<!-- YAML
5861- added: REPLACEME
5861+ added: v18. 15 . 0
58625862-->
58635863
58645864* ` path` {string| Buffer| URL }
@@ -6961,7 +6961,7 @@ of 0.12, `ctime` is not "creation time", and on Unix systems, it never was.
69616961### Class: ` fs.StatFs`
69626962
69636963<!-- YAML
6964- added: REPLACEME
6964+ added: v18. 15 . 0
69656965-->
69666966
69676967Provides information about a mounted file system.
@@ -6999,7 +6999,7 @@ StatFs {
69996999#### ` statfs.bavail`
70007000
70017001<!-- YAML
7002- added: REPLACEME
7002+ added: v18. 15 . 0
70037003-->
70047004
70057005* {number| bigint}
@@ -7009,7 +7009,7 @@ Free blocks available to unprivileged users.
70097009#### ` statfs.bfree`
70107010
70117011<!-- YAML
7012- added: REPLACEME
7012+ added: v18. 15 . 0
70137013-->
70147014
70157015* {number| bigint}
@@ -7019,7 +7019,7 @@ Free blocks in file system.
70197019#### ` statfs.blocks`
70207020
70217021<!-- YAML
7022- added: REPLACEME
7022+ added: v18. 15 . 0
70237023-->
70247024
70257025* {number| bigint}
@@ -7029,7 +7029,7 @@ Total data blocks in file system.
70297029#### ` statfs.bsize`
70307030
70317031<!-- YAML
7032- added: REPLACEME
7032+ added: v18. 15 . 0
70337033-->
70347034
70357035* {number| bigint}
@@ -7039,7 +7039,7 @@ Optimal transfer block size.
70397039#### ` statfs.ffree`
70407040
70417041<!-- YAML
7042- added: REPLACEME
7042+ added: v18. 15 . 0
70437043-->
70447044
70457045* {number| bigint}
@@ -7049,7 +7049,7 @@ Free file nodes in file system.
70497049#### ` statfs.files`
70507050
70517051<!-- YAML
7052- added: REPLACEME
7052+ added: v18. 15 . 0
70537053-->
70547054
70557055* {number| bigint}
@@ -7059,7 +7059,7 @@ Total file nodes in file system.
70597059#### ` statfs.type`
70607060
70617061<!-- YAML
7062- added: REPLACEME
7062+ added: v18. 15 . 0
70637063-->
70647064
70657065* {number| bigint}
0 commit comments