We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
internalModuleReadJSON
1 parent f7b53d0 commit 3ce9aacCopy full SHA for 3ce9aac
typings/internalBinding/fs.d.ts
@@ -261,7 +261,6 @@ export interface FsBinding {
261
fsync: typeof InternalFSBinding.fsync;
262
ftruncate: typeof InternalFSBinding.ftruncate;
263
futimes: typeof InternalFSBinding.futimes;
264
- internalModuleReadJSON: typeof InternalFSBinding.internalModuleReadJSON;
265
internalModuleStat: typeof InternalFSBinding.internalModuleStat;
266
lchown: typeof InternalFSBinding.lchown;
267
link: typeof InternalFSBinding.link;
0 commit comments