This commit is contained in:
Kenta Moriuchi 2024-10-07 00:48:53 +09:00
Родитель 1f522759fe
Коммит f90cb7337a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: AC843C584A91BE0C
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -632,12 +632,6 @@ export class FileSystem {
return realpath;
}
/**
* Read from a file.
*
* NOTE: do not rename this method as it is intended to align with the same named export of the "fs" module.
*/
public readFileSync(path: string, encoding?: null): Buffer; // eslint-disable-line no-restricted-syntax
/**
* Read from a file.
*