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 <daeyeon.dev@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
  • Loading branch information
pluris authored and targos committed Sep 21, 2024
1 parent 50d6a47 commit ed67253
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 @@ -286,6 +286,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 ed67253

Please sign in to comment.