Skip to content

Commit cc37401

Browse files
pluristargos
authored andcommitted
typings: add missing binding function writeFileUtf8()
PR-URL: #54110 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 713fc0c commit cc37401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/internalBinding/fs.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ export interface FsBinding {
286286
utimes: typeof InternalFSBinding.utimes;
287287
writeBuffer: typeof InternalFSBinding.writeBuffer;
288288
writeBuffers: typeof InternalFSBinding.writeBuffers;
289+
writeFileUtf8: typeof InternalFSBinding.writeFileUtf8;
289290
writeString: typeof InternalFSBinding.writeString;
290291

291292
getFormatOfExtensionlessFile: typeof InternalFSBinding.getFormatOfExtensionlessFile;

0 commit comments

Comments
 (0)