Skip to content

Commit

Permalink
typings: add missing binding function writeFileUtf8()
Browse files Browse the repository at this point in the history
PR-URL: #54110
Reviewed-By: Daeyeon Jeong <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
  • Loading branch information
pluris authored Aug 1, 2024
1 parent 00c0644 commit 8e1e3a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/internalBinding/fs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ export interface FsBinding {
utimes: typeof InternalFSBinding.utimes;
writeBuffer: typeof InternalFSBinding.writeBuffer;
writeBuffers: typeof InternalFSBinding.writeBuffers;
writeFileUtf8: typeof InternalFSBinding.writeFileUtf8;
writeString: typeof InternalFSBinding.writeString;

getFormatOfExtensionlessFile: typeof InternalFSBinding.getFormatOfExtensionlessFile;
Expand Down

0 comments on commit 8e1e3a8

Please sign in to comment.