Skip to content

Commit

Permalink
fs: remove internalModuleReadJSON binding
Browse files Browse the repository at this point in the history
PR-URL: #51224
Refs: 45e4f82912
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
  • Loading branch information
anonrig authored and RafaelGSS committed Jan 2, 2024
1 parent c7a1359 commit e24249c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typings/internalBinding/fs.d.ts
Expand Up @@ -260,7 +260,6 @@ export interface FsBinding {
fsync: typeof InternalFSBinding.fsync;
ftruncate: typeof InternalFSBinding.ftruncate;
futimes: typeof InternalFSBinding.futimes;
internalModuleReadJSON: typeof InternalFSBinding.internalModuleReadJSON;
internalModuleStat: typeof InternalFSBinding.internalModuleStat;
lchown: typeof InternalFSBinding.lchown;
link: typeof InternalFSBinding.link;
Expand Down

0 comments on commit e24249c

Please sign in to comment.