Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 626 Bytes

File metadata and controls

24 lines (16 loc) · 626 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > FileSystemWriteStream

FileSystemWriteStream type

An alias for the Node.js fs.WriteStream object.

Signature:

export type FileSystemWriteStream = fs.WriteStream;

Remarks

This avoids the need to import the fs package when using the FileSystem API.