Skip to content

Commit 8e1e3a8

Browse files
authored
typings: add missing binding function writeFileUtf8()
PR-URL: #54110 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 00c0644 commit 8e1e3a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/internalBinding/fs.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ export interface FsBinding {
291291
utimes: typeof InternalFSBinding.utimes;
292292
writeBuffer: typeof InternalFSBinding.writeBuffer;
293293
writeBuffers: typeof InternalFSBinding.writeBuffers;
294+
writeFileUtf8: typeof InternalFSBinding.writeFileUtf8;
294295
writeString: typeof InternalFSBinding.writeString;
295296

296297
getFormatOfExtensionlessFile: typeof InternalFSBinding.getFormatOfExtensionlessFile;

0 commit comments

Comments
 (0)