Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: update documentation in fs.StatsFs
  • Loading branch information
Codder-lab committed Aug 12, 2024
commit 0b093f038fb567ee02da5287dcf5d8b4715b53ba
3 changes: 0 additions & 3 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7509,7 +7509,6 @@ added:

Free blocks available to unprivileged users.

**Example:**
```mjs
import { statfs } from "fs/promises";

Expand All @@ -7534,7 +7533,6 @@ added:

Free blocks in file system.

**Example:**
```mjs
import { statfs } from "fs/promises";

Expand All @@ -7559,7 +7557,6 @@ added:

Total data blocks in file system.

**Example:**
```mjs
import { statfs } from "fs/promises";

Expand Down