doc: update documentation in fs.StatsFs

This commit is contained in:
suyashpotdar 2024-08-12 11:29:00 +05:30
parent baeb46b4b0
commit 0b093f038f
1 changed files with 0 additions and 3 deletions

View File

@ -7509,7 +7509,6 @@ added:
Free blocks available to unprivileged users.
**Example:**
```mjs
import { statfs } from "fs/promises";
@ -7534,7 +7533,6 @@ added:
Free blocks in file system.
**Example:**
```mjs
import { statfs } from "fs/promises";
@ -7559,7 +7557,6 @@ added:
Total data blocks in file system.
**Example:**
```mjs
import { statfs } from "fs/promises";