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 and targos committed Aug 14, 2024
1 parent 13cc480 commit a4aecd2
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 @@ -288,6 +288,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 a4aecd2

Please sign in to comment.