fix: noSelf

This commit is contained in:
2025-06-04 04:20:07 +09:00
parent e31e3b2b7b
commit 36384eee09
2 changed files with 2 additions and 1 deletions

1
types/index.d.ts vendored
View File

@@ -277,6 +277,7 @@ declare global {
* File System API
* Interact with the computer's files and filesystem, allowing you to manipulate files, directories and paths.
*/
/** @noSelf **/
namespace fs {
/**
* Returns a list of all the files (including subdirectories but not their contents) contained in a directory.