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